#CFDEB7

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

Shades of Ottoman #CFDEB7

Tints of Ottoman #CFDEB7

Color information

#CFDEB7 (or 0xCFDEB7) is unknown color: approx Ottoman. HEX triplet: CF, DE and B7. RGB value is (207,222,183). Sum of RGB (Red+Green+Blue) = 207+222+183=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEB7 is #302148. Grayscale: #D5D5D5. Windows color (decimal): -3154249 or 12050127. OLE color: 12050127.

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

Color convert

RGB207222183-
CMYK0.0700.180.13
HSL83.08º37.14%79.41%-
HSV(B)83.08º17.57%87.06%-
XYZ60.468.9354.92-
YUV213.07111.03123.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.82%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 183 (71.88% from 255) = 29.90%
R=33.82%
G=36.27%
B=29.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221830.0700.180.1383.0837.1479.41
HexCFDEB77012D53254f
Octal31733626770221512345117
Binary110011111101111010110111111010010110110100111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEB7; }

 p { color: rgb(207,222,183); }

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

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

 a { background-color: rgb(207,222,183); }

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

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

 span { border-color: rgb(207,222,183); }

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