Html Css Color HEX #CCE0BB Ottoman

📋 copy color: '#CCE0BB'

red 204 ◦ green 224 ◦ blue 187

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

Shades of Ottoman #CCE0BB

Tints of Ottoman #CCE0BB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.42%

 BLUE value IS 187 (73.44% from 255) = 30.41%

R = 33.17%
G = 36.42%
B = 30.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#CCE0BB (or 0xCCE0BB) is known color: Ottoman. HEX triplet: CC, E0 and BB. RGB value is (204,224,187). Sum of RGB (Red+Green+Blue) = 204+224+187=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0BB is #331F44. Grayscale: #D5D5D5. Windows color (decimal): -3350341 or 12312780. OLE color: 12312780.

HSL color Cylindrical-coordinate representation of color #CCE0BB: hue angle of 92.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCE0BB is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 187 -
CMYK 0.09 0 0.17 0.12
HSL 92.43º 0.37% 0.81% -
HSV(B) 92.43º 0.17% 0.88% -
XYZ 60.53 69.74 57.28 -
YUV 213.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 204 224 187 0.09 0 0.17 0.12 92.43 0.37 0.81
Hex CC E0 BB 9 0 11 C 5C 25 51
Octal 314 340 273 11 0 21 14 134 45 121
Binary 11001100 11100000 10111011 1001 0 10001 1100 1011100 100101 1010001

Color Harmonies of #CCE0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0BB

Black with #CCE0BB

Text Example


Text Example

White with #CCE0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0BB; }

 p { color: rgb(204,224,187); }

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

background-color css

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

 a { background-color: rgb(204,224,187); }

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

border-color css

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

 span { border-color: rgb(204,224,187); }

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