#CFD4CA

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

Shades of Ottoman #CFD4CA

Tints of Ottoman #CFD4CA

Color information

#CFD4CA (or 0xCFD4CA) is unknown color: approx Ottoman. HEX triplet: CF, D4 and CA. RGB value is (207,212,202). Sum of RGB (Red+Green+Blue) = 207+212+202=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD4CA is #302B35. Grayscale: #D1D1D1. Windows color (decimal): -3156790 or 13292751. OLE color: 13292751.

HSL color Cylindrical-coordinate representation of color #CFD4CA: hue angle of 90º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFD4CA is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB207212202-
CMYK0.0200.050.17
HSL90º10.42%81.18%-
HSV(B)90º4.72%83.14%-
XYZ59.9464.6265.19-
YUV209.36123.84126.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.33%
GREEN value IS 212 (83.20% from 255) = 34.14%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=33.33%
G=34.14%
B=32.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072122020.0200.050.179010.4281.18
HexCFD4CA205115aa51
Octal3173243122052113212121
Binary11001111110101001100101010010110001101101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD4CA; }

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

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

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

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

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

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

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

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