Html Css Color HEX #CDDBB9 Ottoman

📋 copy color: '#CDDBB9'

red 205 ◦ green 219 ◦ blue 185

#CDDBB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ottoman #CDDBB9

Tints of Ottoman #CDDBB9

RGB

 RED value IS 205 (80.47% from 255) = 33.66%

 GREEN value IS 219 (85.94% from 255) = 35.96%

 BLUE value IS 185 (72.66% from 255) = 30.38%

R = 33.66%
G = 35.96%
B = 30.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#CDDBB9 (or 0xCDDBB9) is known color: Ottoman. HEX triplet: CD, DB and B9. RGB value is (205,219,185). Sum of RGB (Red+Green+Blue) = 205+219+185=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBB9 is #322446. Grayscale: #D3D3D3. Windows color (decimal): -3286087 or 12180429. OLE color: 12180429.

HSL color Cylindrical-coordinate representation of color #CDDBB9: hue angle of 84.71º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDDBB9 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 219 185 -
CMYK 0.06 0 0.16 0.14
HSL 84.71º 0.32% 0.79% -
HSV(B) 84.71º 0.16% 0.86% -
XYZ 59.27 67.14 55.74 -
YUV 210.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 205 219 185 0.06 0 0.16 0.14 84.71 0.32 0.79
Hex CD DB B9 6 0 10 E 55 20 4F
Octal 315 333 271 6 0 20 16 125 40 117
Binary 11001101 11011011 10111001 110 0 10000 1110 1010101 100000 1001111

Color Harmonies of #CDDBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDBB9

Black with #CDDBB9

Text Example


Text Example

White with #CDDBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDBB9; }

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

 H1.HeaderClassName
 {
   color: #CDDBB9;
 }
 .AnyTagClassName
 {
   color: #CDDBB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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