#CFDDC8

Color #CFDDC8 Ottoman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ottoman #CFDDC8

Tints of Ottoman #CFDDC8

Color information

#CFDDC8 (or 0xCFDDC8) is unknown color: approx Ottoman. HEX triplet: CF, DD and C8. RGB value is (207,221,200). Sum of RGB (Red+Green+Blue) = 207+221+200=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDC8 is #302237. Grayscale: #D6D6D6. Windows color (decimal): -3154488 or 13163983. OLE color: 13163983.

HSL color Cylindrical-coordinate representation of color #CFDDC8: hue angle of 100º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDDC8 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB207221200-
CMYK0.0600.100.13
HSL100º23.6%82.55%-
HSV(B)100º9.5%86.67%-
XYZ62.0169.1564.72-
YUV214.42119.86122.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 200 (78.52% from 255) = 31.85%
R=32.96%
G=35.19%
B=31.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072212000.0600.100.1310023.682.55
HexCFDDC860AD641853
Octal31733531060121514430123
Binary1100111111011101110010001100101011011100100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDC8; }

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

 H1.HeaderClassName
 {
   color: #CFDDC8;
 }
 .AnyTagClassName
 {
   color: #CFDDC8;
 }
</style>
background-color css

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

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

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

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

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

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