#CFDCC4

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

Shades of Ottoman #CFDCC4

Tints of Ottoman #CFDCC4

Color information

#CFDCC4 (or 0xCFDCC4) is unknown color: approx Ottoman. HEX triplet: CF, DC and C4. RGB value is (207,220,196). Sum of RGB (Red+Green+Blue) = 207+220+196=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCC4 is #30233B. Grayscale: #D5D5D5. Windows color (decimal): -3154748 or 12901583. OLE color: 12901583.

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

Color convert

RGB207220196-
CMYK0.0600.110.14
HSL92.5º25.53%81.57%-
HSV(B)92.5º10.91%86.27%-
XYZ61.2968.4462.2-
YUV213.38118.19123.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=33.23%
G=35.31%
B=31.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201960.0600.110.1492.525.5381.57
HexCFDCC460BE5c1a52
Octal31733430460131613432122
Binary1100111111011100110001001100101111101011100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCC4; }

 p { color: rgb(207,220,196); }

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

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

 a { background-color: rgb(207,220,196); }

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

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

 span { border-color: rgb(207,220,196); }

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