#CFDDC5

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

Shades of Ottoman #CFDDC5

Tints of Ottoman #CFDDC5

Color information

#CFDDC5 (or 0xCFDDC5) is unknown color: approx Ottoman. HEX triplet: CF, DD and C5. RGB value is (207,221,197). Sum of RGB (Red+Green+Blue) = 207+221+197=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDC5 is #30223A. Grayscale: #D6D6D6. Windows color (decimal): -3154491 or 12967375. OLE color: 12967375.

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

Color convert

RGB207221197-
CMYK0.0600.110.13
HSL95º26.09%81.96%-
HSV(B)95º10.86%86.67%-
XYZ61.6769.0162.89-
YUV214.08118.36122.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.12%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 197 (77.34% from 255) = 31.52%
R=33.12%
G=35.36%
B=31.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211970.0600.110.139526.0981.96
HexCFDDC560BD5f1a52
Octal31733530560131513732122
Binary1100111111011101110001011100101111011011111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDC5; }

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

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

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

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

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

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

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

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