Html Css Color HEX #CCE1B4 Ottoman

📋 copy color: '#CCE1B4'

red 204 ◦ green 225 ◦ blue 180

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

Shades of Ottoman #CCE1B4

Tints of Ottoman #CCE1B4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.95%

 BLUE value IS 180 (70.7% from 255) = 29.56%

R = 33.5%
G = 36.95%
B = 29.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.2

 K value IS 0.12

RGB Variations

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

Color information

#CCE1B4 (or 0xCCE1B4) is known color: Ottoman. HEX triplet: CC, E1 and B4. RGB value is (204,225,180). Sum of RGB (Red+Green+Blue) = 204+225+180=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1B4 is #331E4B. Grayscale: #D5D5D5. Windows color (decimal): -3350092 or 11854284. OLE color: 11854284.

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

Color convert

RGB 204 225 180 -
CMYK 0.09 0 0.2 0.12
HSL 88º 0.43% 0.79% -
HSV(B) 88º 0.2% 0.88% -
XYZ 60.07 69.98 53.52 -
YUV 213.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 204 225 180 0.09 0 0.2 0.12 88 0.43 0.79
Hex CC E1 B4 9 0 14 C 58 2B 4F
Octal 314 341 264 11 0 24 14 130 53 117
Binary 11001100 11100001 10110100 1001 0 10100 1100 1011000 101011 1001111

Color Harmonies of #CCE1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1B4

Black with #CCE1B4

Text Example


Text Example

White with #CCE1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1B4; }

 p { color: rgb(204,225,180); }

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

background-color css

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

 a { background-color: rgb(204,225,180); }

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

border-color css

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

 span { border-color: rgb(204,225,180); }

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