#CFDDB8

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

Shades of Ottoman #CFDDB8

Tints of Ottoman #CFDDB8

Color information

#CFDDB8 (or 0xCFDDB8) is unknown color: approx Ottoman. HEX triplet: CF, DD and B8. RGB value is (207,221,184). Sum of RGB (Red+Green+Blue) = 207+221+184=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDB8 is #302247. Grayscale: #D4D4D4. Windows color (decimal): -3154504 or 12115407. OLE color: 12115407.

HSL color Cylindrical-coordinate representation of color #CFDDB8: hue angle of 82.7º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFDDB8 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB207221184-
CMYK0.0600.170.13
HSL82.7º35.24%79.41%-
HSV(B)82.7º16.74%86.67%-
XYZ60.2468.4455.38-
YUV212.6111.86124.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.82%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 184 (72.27% from 255) = 30.07%
R=33.82%
G=36.11%
B=30.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211840.0600.170.1382.735.2479.41
HexCFDDB86011D53234f
Octal31733527060211512343117
Binary110011111101110110111000110010001110110100111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDB8; }

 p { color: rgb(207,221,184); }

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

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

 a { background-color: rgb(207,221,184); }

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

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

 span { border-color: rgb(207,221,184); }

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