#CFD2CC

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

Shades of Ottoman #CFD2CC

Tints of Ottoman #CFD2CC

Color information

#CFD2CC (or 0xCFD2CC) is unknown color: approx Ottoman. HEX triplet: CF, D2 and CC. RGB value is (207,210,204). Sum of RGB (Red+Green+Blue) = 207+210+204=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2CC is #302D33. Grayscale: #D0D0D0. Windows color (decimal): -3157300 or 13423311. OLE color: 13423311.

HSL color Cylindrical-coordinate representation of color #CFD2CC: hue angle of 90º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFD2CC is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB207210204-
CMYK0.0100.030.18
HSL90º6.25%81.18%-
HSV(B)90º2.86%82.35%-
XYZ59.6863.7266.28-
YUV208.42125.51126.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.33%
GREEN value IS 210 (82.42% from 255) = 33.82%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=33.33%
G=33.82%
B=32.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072102040.0100.030.18906.2581.18
HexCFD2CC103125a651
Octal317322314103221326121
Binary11001111110100101100110010111001010110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2CC; }

 p { color: rgb(207,210,204); }

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

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

 a { background-color: rgb(207,210,204); }

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

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

 span { border-color: rgb(207,210,204); }

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