#CFDCC0

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

Shades of Ottoman #CFDCC0

Tints of Ottoman #CFDCC0

Color information

#CFDCC0 (or 0xCFDCC0) is unknown color: approx Ottoman. HEX triplet: CF, DC and C0. RGB value is (207,220,192). Sum of RGB (Red+Green+Blue) = 207+220+192=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCC0 is #30233F. Grayscale: #D5D5D5. Windows color (decimal): -3154752 or 12639439. OLE color: 12639439.

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

Color convert

RGB207220192-
CMYK0.0600.130.14
HSL87.86º28.57%80.78%-
HSV(B)87.86º12.73%86.27%-
XYZ60.8468.2659.84-
YUV212.92116.19123.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 192 (75.39% from 255) = 31.02%
R=33.44%
G=35.54%
B=31.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201920.0600.130.1487.8628.5780.78
HexCFDCC060DE581d51
Octal31733430060151613035121
Binary1100111111011100110000001100110111101011000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCC0; }

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

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

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

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

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

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

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

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