#CFD6CC

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

Shades of Ottoman #CFD6CC

Tints of Ottoman #CFD6CC

Color information

#CFD6CC (or 0xCFD6CC) is unknown color: approx Ottoman. HEX triplet: CF, D6 and CC. RGB value is (207,214,204). Sum of RGB (Red+Green+Blue) = 207+214+204=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6CC is #302933. Grayscale: #D2D2D2. Windows color (decimal): -3156276 or 13424335. OLE color: 13424335.

HSL color Cylindrical-coordinate representation of color #CFD6CC: hue angle of 102º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFD6CC is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB207214204-
CMYK0.0300.050.16
HSL102º10.87%81.96%-
HSV(B)102º4.67%83.92%-
XYZ60.6865.7266.61-
YUV210.77124.18125.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.12%
GREEN value IS 214 (83.98% from 255) = 34.24%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=33.12%
G=34.24%
B=32.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072142040.0300.050.1610210.8781.96
HexCFD6CC3051066b52
Octal3173263143052014613122
Binary11001111110101101100110011010110000110011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD6CC; }

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

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

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

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

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

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

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

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