#CDDBC1

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

Shades of Ottoman #CDDBC1

Tints of Ottoman #CDDBC1

Color information

#CDDBC1 (or 0xCDDBC1) is unknown color: approx Ottoman. HEX triplet: CD, DB and C1. RGB value is (205,219,193). Sum of RGB (Red+Green+Blue) = 205+219+193=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBC1 is #32243E. Grayscale: #D3D3D3. Windows color (decimal): -3286079 or 12704717. OLE color: 12704717.

HSL color Cylindrical-coordinate representation of color #CDDBC1: hue angle of 92.31º 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 #CDDBC1 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB205219193-
CMYK0.0600.120.14
HSL92.31º26.53%80.78%-
HSV(B)92.31º11.87%85.88%-
XYZ60.1367.4960.31-
YUV211.85117.36123.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=33.23%
G=35.49%
B=31.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191930.0600.120.1492.3126.5380.78
HexCDDBC160CE5c1b51
Octal31533330160141613433121
Binary1100110111011011110000011100110011101011100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBC1; }

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

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

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

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

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

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

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

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