#CFD5CA

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

Shades of Ottoman #CFD5CA

Tints of Ottoman #CFD5CA

Color information

#CFD5CA (or 0xCFD5CA) is unknown color: approx Ottoman. HEX triplet: CF, D5 and CA. RGB value is (207,213,202). Sum of RGB (Red+Green+Blue) = 207+213+202=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5CA is #302A35. Grayscale: #D1D1D1. Windows color (decimal): -3156534 or 13293007. OLE color: 13293007.

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

Color convert

RGB207213202-
CMYK0.0300.050.16
HSL92.73º11.58%81.37%-
HSV(B)92.73º5.16%83.53%-
XYZ60.1965.1265.27-
YUV209.95123.51125.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.28%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=33.28%
G=34.24%
B=32.48%

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
Decimal2072132020.0300.050.1692.7311.5881.37
HexCFD5CA305105dc51
Octal3173253123052013514121
Binary11001111110101011100101011010110000101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5CA; }

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

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

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

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

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

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

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

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