#CFDEC7

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

Shades of Ottoman #CFDEC7

Tints of Ottoman #CFDEC7

Color information

#CFDEC7 (or 0xCFDEC7) is unknown color: approx Ottoman. HEX triplet: CF, DE and C7. RGB value is (207,222,199). Sum of RGB (Red+Green+Blue) = 207+222+199=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEC7 is #302138. Grayscale: #D6D6D6. Windows color (decimal): -3154233 or 13098703. OLE color: 13098703.

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

Color convert

RGB207222199-
CMYK0.0700.100.13
HSL99.13º25.84%82.55%-
HSV(B)99.13º10.36%87.06%-
XYZ62.1669.6364.2-
YUV214.89119.03122.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 199 (78.12% from 255) = 31.69%
R=32.96%
G=35.35%
B=31.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221990.0700.100.1399.1325.8482.55
HexCFDEC770AD631a53
Octal31733630770121514332123
Binary1100111111011110110001111110101011011100011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEC7; }

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

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

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

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

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

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

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

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