#CFD5CC

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

Shades of Ottoman #CFD5CC

Tints of Ottoman #CFD5CC

Color information

#CFD5CC (or 0xCFD5CC) is unknown color: approx Ottoman. HEX triplet: CF, D5 and CC. RGB value is (207,213,204). Sum of RGB (Red+Green+Blue) = 207+213+204=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5CC is #302A33. Grayscale: #D2D2D2. Windows color (decimal): -3156532 or 13424079. OLE color: 13424079.

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

Color convert

RGB207213204-
CMYK0.0300.040.16
HSL100º9.68%81.76%-
HSV(B)100º4.23%83.53%-
XYZ60.4365.2166.53-
YUV210.18124.51125.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=33.17%
G=34.13%
B=32.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072132040.0300.040.161009.6881.76
HexCFD5CC3041064a52
Octal3173253143042014412122
Binary11001111110101011100110011010010000110010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5CC; }

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

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

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

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

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

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

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

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