#CFDEC2

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

Shades of Ottoman #CFDEC2

Tints of Ottoman #CFDEC2

Color information

#CFDEC2 (or 0xCFDEC2) is unknown color: approx Ottoman. HEX triplet: CF, DE and C2. RGB value is (207,222,194). Sum of RGB (Red+Green+Blue) = 207+222+194=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEC2 is #30213D. Grayscale: #D6D6D6. Windows color (decimal): -3154238 or 12771023. OLE color: 12771023.

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

Color convert

RGB207222194-
CMYK0.0700.130.13
HSL92.14º29.79%81.57%-
HSV(B)92.14º12.61%87.06%-
XYZ61.5969.461.19-
YUV214.32116.53122.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 194 (76.17% from 255) = 31.14%
R=33.23%
G=35.63%
B=31.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221940.0700.130.1392.1429.7981.57
HexCFDEC270DD5c1e52
Octal31733630270151513436122
Binary1100111111011110110000101110110111011011100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEC2; }

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

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

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

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

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

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

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

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