#CFDBC1

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

Shades of Ottoman #CFDBC1

Tints of Ottoman #CFDBC1

Color information

#CFDBC1 (or 0xCFDBC1) is unknown color: approx Ottoman. HEX triplet: CF, DB and C1. RGB value is (207,219,193). Sum of RGB (Red+Green+Blue) = 207+219+193=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBC1 is #30243E. Grayscale: #D4D4D4. Windows color (decimal): -3155007 or 12704719. OLE color: 12704719.

HSL color Cylindrical-coordinate representation of color #CFDBC1: hue angle of 87.69º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFDBC1 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB207219193-
CMYK0.0500.120.14
HSL87.69º26.53%80.78%-
HSV(B)87.69º11.87%85.88%-
XYZ60.6967.7860.34-
YUV212.45117.02124.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 193 (75.78% from 255) = 31.18%
R=33.44%
G=35.38%
B=31.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072191930.0500.120.1487.6926.5380.78
HexCFDBC150CE581b51
Octal31733330150141613033121
Binary1100111111011011110000011010110011101011000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBC1; }

 p { color: rgb(207,219,193); }

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

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

 a { background-color: rgb(207,219,193); }

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

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

 span { border-color: rgb(207,219,193); }

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