Html Css Color HEX #CCDEB5 Ottoman

📋 copy color: '#CCDEB5'

red 204 ◦ green 222 ◦ blue 181

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

Shades of Ottoman #CCDEB5

Tints of Ottoman #CCDEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.82%

R = 33.61%
G = 36.57%
B = 29.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#CCDEB5 (or 0xCCDEB5) is known color: Ottoman. HEX triplet: CC, DE and B5. RGB value is (204,222,181). Sum of RGB (Red+Green+Blue) = 204+222+181=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEB5 is #33214A. Grayscale: #D4D4D4. Windows color (decimal): -3350859 or 11919052. OLE color: 11919052.

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

Color convert

RGB 204 222 181 -
CMYK 0.08 0 0.18 0.13
HSL 86.34º 0.38% 0.79% -
HSV(B) 86.34º 0.18% 0.87% -
XYZ 59.36 68.42 53.79 -
YUV 211.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 204 222 181 0.08 0 0.18 0.13 86.34 0.38 0.79
Hex CC DE B5 8 0 12 D 56 26 4F
Octal 314 336 265 10 0 22 15 126 46 117
Binary 11001100 11011110 10110101 1000 0 10010 1101 1010110 100110 1001111

Color Harmonies of #CCDEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEB5

Black with #CCDEB5

Text Example


Text Example

White with #CCDEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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