Html Css Color HEX #CCE0CB Sea Mist

📋 copy color: '#CCE0CB'

red 204 ◦ green 224 ◦ blue 203

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

Shades of Sea Mist #CCE0CB

Tints of Sea Mist #CCE0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.17%

R = 32.33%
G = 35.5%
B = 32.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#CCE0CB (or 0xCCE0CB) is known color: Sea Mist. HEX triplet: CC, E0 and CB. RGB value is (204,224,203). Sum of RGB (Red+Green+Blue) = 204+224+203=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0CB is #331F34. Grayscale: #D7D7D7. Windows color (decimal): -3350325 or 13361356. OLE color: 13361356.

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

Color convert

RGB 204 224 203 -
CMYK 0.09 0 0.09 0.12
HSL 117.14º 0.25% 0.84% -
HSV(B) 117.14º 0.09% 0.88% -
XYZ 62.34 70.46 66.81 -
YUV 215.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 204 224 203 0.09 0 0.09 0.12 117.14 0.25 0.84
Hex CC E0 CB 9 0 9 C 75 19 54
Octal 314 340 313 11 0 11 14 165 31 124
Binary 11001100 11100000 11001011 1001 0 1001 1100 1110101 11001 1010100

Color Harmonies of #CCE0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0CB

Black with #CCE0CB

Text Example


Text Example

White with #CCE0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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