Html Css Color HEX #CCDEB9 Ottoman

📋 copy color: '#CCDEB9'

red 204 ◦ green 222 ◦ blue 185

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

Shades of Ottoman #CCDEB9

Tints of Ottoman #CCDEB9

RGB

 RED value IS 204 (80.08% from 255) = 33.39%

 GREEN value IS 222 (87.11% from 255) = 36.33%

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

R = 33.39%
G = 36.33%
B = 30.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#CCDEB9 (or 0xCCDEB9) is known color: Ottoman. HEX triplet: CC, DE and B9. RGB value is (204,222,185). Sum of RGB (Red+Green+Blue) = 204+222+185=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEB9 is #332146. Grayscale: #D4D4D4. Windows color (decimal): -3350855 or 12181196. OLE color: 12181196.

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

Color convert

RGB 204 222 185 -
CMYK 0.08 0 0.17 0.13
HSL 89.19º 0.36% 0.8% -
HSV(B) 89.19º 0.17% 0.87% -
XYZ 59.78 68.58 55.99 -
YUV 212.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 204 222 185 0.08 0 0.17 0.13 89.19 0.36 0.8
Hex CC DE B9 8 0 11 D 59 24 50
Octal 314 336 271 10 0 21 15 131 44 120
Binary 11001100 11011110 10111001 1000 0 10001 1101 1011001 100100 1010000

Color Harmonies of #CCDEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEB9

Black with #CCDEB9

Text Example


Text Example

White with #CCDEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEB9; }

 p { color: rgb(204,222,185); }

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

background-color css

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

 a { background-color: rgb(204,222,185); }

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

border-color css

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

 span { border-color: rgb(204,222,185); }

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