Html Css Color HEX #CBE2CB Sea Mist

📋 copy color: '#CBE2CB'

red 203 ◦ green 226 ◦ blue 203

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

Shades of Sea Mist #CBE2CB

Tints of Sea Mist #CBE2CB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.76%

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

R = 32.12%
G = 35.76%
B = 32.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#CBE2CB (or 0xCBE2CB) is known color: Sea Mist. HEX triplet: CB, E2 and CB. RGB value is (203,226,203). Sum of RGB (Red+Green+Blue) = 203+226+203=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2CB is #341D34. Grayscale: #D8D8D8. Windows color (decimal): -3415349 or 13361867. OLE color: 13361867.

HSL color Cylindrical-coordinate representation of color #CBE2CB: hue angle of 120º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBE2CB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 226 203 -
CMYK 0.10 0 0.10 0.11
HSL 120º 0.28% 0.84% -
HSV(B) 120º 0.1% 0.89% -
XYZ 62.6 71.4 66.98 -
YUV 216.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 203 226 203 0.10 0 0.10 0.11 120 0.28 0.84
Hex CB E2 CB A 0 A B 78 1C 54
Octal 313 342 313 12 0 12 13 170 34 124
Binary 11001011 11100010 11001011 1010 0 1010 1011 1111000 11100 1010100

Color Harmonies of #CBE2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2CB

Black with #CBE2CB

Text Example


Text Example

White with #CBE2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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