#CFDCC3

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

Shades of Ottoman #CFDCC3

Tints of Ottoman #CFDCC3

Color information

#CFDCC3 (or 0xCFDCC3) is unknown color: approx Ottoman. HEX triplet: CF, DC and C3. RGB value is (207,220,195). Sum of RGB (Red+Green+Blue) = 207+220+195=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCC3 is #30233C. Grayscale: #D5D5D5. Windows color (decimal): -3154749 or 12836047. OLE color: 12836047.

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

Color convert

RGB207220195-
CMYK0.0600.110.14
HSL91.2º26.32%81.37%-
HSV(B)91.2º11.36%86.27%-
XYZ61.1868.3961.61-
YUV213.26117.69123.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.28%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 195 (76.56% from 255) = 31.35%
R=33.28%
G=35.37%
B=31.35%

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
Decimal2072201950.0600.110.1491.226.3281.37
HexCFDCC360BE5b1a51
Octal31733430360131613332121
Binary1100111111011100110000111100101111101011011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCC3; }

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

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

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

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

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

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

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

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