Html Css Color HEX #CBE0CB Sea Mist

📋 copy color: '#CBE0CB'

red 203 ◦ green 224 ◦ blue 203

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

Shades of Sea Mist #CBE0CB

Tints of Sea Mist #CBE0CB

RGB

 RED value IS 203 (79.69% from 255) = 32.22%

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

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

R = 32.22%
G = 35.56%
B = 32.22%

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

#CBE0CB (or 0xCBE0CB) is known color: Sea Mist. HEX triplet: CB, E0 and CB. RGB value is (203,224,203). Sum of RGB (Red+Green+Blue) = 203+224+203=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0CB is #341F34. Grayscale: #D7D7D7. Windows color (decimal): -3415861 or 13361355. OLE color: 13361355.

HSL color Cylindrical-coordinate representation of color #CBE0CB: hue angle of 120º 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 #CBE0CB is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 224 203 -
CMYK 0.09 0 0.09 0.12
HSL 120º 0.25% 0.84% -
HSV(B) 120º 0.09% 0.88% -
XYZ 62.06 70.32 66.8 -
YUV 215.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 203 224 203 0.09 0 0.09 0.12 120 0.25 0.84
Hex CB E0 CB 9 0 9 C 78 19 54
Octal 313 340 313 11 0 11 14 170 31 124
Binary 11001011 11100000 11001011 1001 0 1001 1100 1111000 11001 1010100

Color Harmonies of #CBE0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE0CB

Black with #CBE0CB

Text Example


Text Example

White with #CBE0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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