#CFDEC3

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

Shades of Ottoman #CFDEC3

Tints of Ottoman #CFDEC3

Color information

#CFDEC3 (or 0xCFDEC3) is unknown color: approx Ottoman. HEX triplet: CF, DE and C3. RGB value is (207,222,195). Sum of RGB (Red+Green+Blue) = 207+222+195=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEC3 is #30213C. Grayscale: #D6D6D6. Windows color (decimal): -3154237 or 12836559. OLE color: 12836559.

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

Color convert

RGB207222195-
CMYK0.0700.120.13
HSL93.33º29.03%81.76%-
HSV(B)93.33º12.16%87.06%-
XYZ61.769.4561.78-
YUV214.44117.03122.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 222 (87.11% from 255) = 35.58%
BLUE value IS 195 (76.56% from 255) = 31.25%
R=33.17%
G=35.58%
B=31.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221950.0700.120.1393.3329.0381.76
HexCFDEC370CD5d1d52
Octal31733630370141513535122
Binary1100111111011110110000111110110011011011101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEC3; }

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

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

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

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

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

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

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

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