#CFDDBE

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

Shades of Ottoman #CFDDBE

Tints of Ottoman #CFDDBE

Color information

#CFDDBE (or 0xCFDDBE) is unknown color: approx Ottoman. HEX triplet: CF, DD and BE. RGB value is (207,221,190). Sum of RGB (Red+Green+Blue) = 207+221+190=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDBE is #302241. Grayscale: #D5D5D5. Windows color (decimal): -3154498 or 12508623. OLE color: 12508623.

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

Color convert

RGB207221190-
CMYK0.0600.140.13
HSL87.1º31.31%80.59%-
HSV(B)87.1º14.03%86.67%-
XYZ60.8868.758.77-
YUV213.28114.86123.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 190 (74.61% from 255) = 30.74%
R=33.50%
G=35.76%
B=30.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211900.0600.140.1387.131.3180.59
HexCFDDBE60ED571f51
Octal31733527660161512737121
Binary1100111111011101101111101100111011011010111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDBE; }

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

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

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

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

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

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

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

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