Html Css Color HEX #CCE0BF Ottoman

📋 copy color: '#CCE0BF'

red 204 ◦ green 224 ◦ blue 191

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

Shades of Ottoman #CCE0BF

Tints of Ottoman #CCE0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.86%

R = 32.96%
G = 36.19%
B = 30.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#CCE0BF (or 0xCCE0BF) is known color: Ottoman. HEX triplet: CC, E0 and BF. RGB value is (204,224,191). Sum of RGB (Red+Green+Blue) = 204+224+191=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0BF is #331F40. Grayscale: #D6D6D6. Windows color (decimal): -3350337 or 12574924. OLE color: 12574924.

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

Color convert

RGB 204 224 191 -
CMYK 0.09 0 0.15 0.12
HSL 96.36º 0.35% 0.81% -
HSV(B) 96.36º 0.15% 0.88% -
XYZ 60.96 69.91 59.57 -
YUV 214.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 204 224 191 0.09 0 0.15 0.12 96.36 0.35 0.81
Hex CC E0 BF 9 0 F C 60 23 51
Octal 314 340 277 11 0 17 14 140 43 121
Binary 11001100 11100000 10111111 1001 0 1111 1100 1100000 100011 1010001

Color Harmonies of #CCE0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0BF

Black with #CCE0BF

Text Example


Text Example

White with #CCE0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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