#CFDEC5

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

Shades of Ottoman #CFDEC5

Tints of Ottoman #CFDEC5

Color information

#CFDEC5 (or 0xCFDEC5) is unknown color: approx Ottoman. HEX triplet: CF, DE and C5. RGB value is (207,222,197). Sum of RGB (Red+Green+Blue) = 207+222+197=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEC5 is #30213A. Grayscale: #D6D6D6. Windows color (decimal): -3154235 or 12967631. OLE color: 12967631.

HSL color Cylindrical-coordinate representation of color #CFDEC5: hue angle of 96º degrees, saturation: 0.27, 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 #CFDEC5 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB207222197-
CMYK0.0700.110.13
HSL96º27.47%82.16%-
HSV(B)96º11.26%87.06%-
XYZ61.9369.5462.98-
YUV214.66118.03122.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 197 (77.34% from 255) = 31.47%
R=33.07%
G=35.46%
B=31.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221970.0700.110.139627.4782.16
HexCFDEC570BD601b52
Octal31733630570131514033122
Binary1100111111011110110001011110101111011100000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEC5; }

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

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

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

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

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

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

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

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