Html Css Color HEX #CFDDBB Ottoman

📋 copy color: '#CFDDBB'

red 207 ◦ green 221 ◦ blue 187

#CFDDBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ottoman #CFDDBB

Tints of Ottoman #CFDDBB

RGB

 RED value IS 207 (81.25% from 255) = 33.66%

 GREEN value IS 221 (86.72% from 255) = 35.93%

 BLUE value IS 187 (73.44% from 255) = 30.41%

R = 33.66%
G = 35.93%
B = 30.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFDDBB (or 0xCFDDBB) is known color: Ottoman. HEX triplet: CF, DD and BB. RGB value is (207,221,187). Sum of RGB (Red+Green+Blue) = 207+221+187=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDBB is #302244. Grayscale: #D5D5D5. Windows color (decimal): -3154501 or 12312015. OLE color: 12312015.

HSL color Cylindrical-coordinate representation of color #CFDDBB: hue angle of 84.71º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFDDBB is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 187 -
CMYK 0.06 0 0.15 0.13
HSL 84.71º 0.33% 0.8% -
HSV(B) 84.71º 0.15% 0.87% -
XYZ 60.56 68.57 57.06 -
YUV 212.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 207 221 187 0.06 0 0.15 0.13 84.71 0.33 0.8
Hex CF DD BB 6 0 F D 55 21 50
Octal 317 335 273 6 0 17 15 125 41 120
Binary 11001111 11011101 10111011 110 0 1111 1101 1010101 100001 1010000

Color Harmonies of #CFDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDBB

Black with #CFDDBB

Text Example


Text Example

White with #CFDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDBB; }

 p { color: rgb(207,221,187); }

 H1.HeaderClassName
 {
   color: #CFDDBB;
 }
 .AnyTagClassName
 {
   color: #CFDDBB;
 }
</style>

background-color css

<style>
 a { background-color: #CFDDBB; }

 a { background-color: rgb(207,221,187); }

 div.DivClassName
 {
   background-color: #CFDDBB;
 }
 .BgClassName
 {
   background-color: #CFDDBB;
 }
</style>

border-color css

<style>
 span { border-color: #CFDDBB; }

 span { border-color: rgb(207,221,187); }

 td.TdClassName
 {
   border-color: #CFDDBB;
 }
 .TagClassName
 {
   border-color: #CFDDBB;
 }
</style>