#CFDEBC

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

Shades of Ottoman #CFDEBC

Tints of Ottoman #CFDEBC

Color information

#CFDEBC (or 0xCFDEBC) is unknown color: approx Ottoman. HEX triplet: CF, DE and BC. RGB value is (207,222,188). Sum of RGB (Red+Green+Blue) = 207+222+188=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEBC is #302143. Grayscale: #D5D5D5. Windows color (decimal): -3154244 or 12377807. OLE color: 12377807.

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

Color convert

RGB207222188-
CMYK0.0700.150.13
HSL86.47º34%80.39%-
HSV(B)86.47º15.32%87.06%-
XYZ60.9369.1457.71-
YUV213.64113.53123.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.55%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 188 (73.83% from 255) = 30.47%
R=33.55%
G=35.98%
B=30.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221880.0700.150.1386.473480.39
HexCFDEBC70FD562250
Octal31733627470171512642120
Binary11001111110111101011110011101111110110101101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEBC; }

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

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

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

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

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

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

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

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