#CFDAC3

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

Shades of Ottoman #CFDAC3

Tints of Ottoman #CFDAC3

Color information

#CFDAC3 (or 0xCFDAC3) is unknown color: approx Ottoman. HEX triplet: CF, DA and C3. RGB value is (207,218,195). Sum of RGB (Red+Green+Blue) = 207+218+195=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAC3 is #30253C. Grayscale: #D4D4D4. Windows color (decimal): -3155261 or 12835535. OLE color: 12835535.

HSL color Cylindrical-coordinate representation of color #CFDAC3: hue angle of 88.7º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFDAC3 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB207218195-
CMYK0.0500.110.15
HSL88.7º23.71%80.98%-
HSV(B)88.7º10.55%85.49%-
XYZ60.6567.3561.43-
YUV212.09118.36124.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 195 (76.56% from 255) = 31.45%
R=33.39%
G=35.16%
B=31.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181950.0500.110.1588.723.7180.98
HexCFDAC350BF591851
Octal31733230350131713130121
Binary1100111111011010110000111010101111111011001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAC3; }

 p { color: rgb(207,218,195); }

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

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

 a { background-color: rgb(207,218,195); }

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

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

 span { border-color: rgb(207,218,195); }

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