Html Css Color HEX #CBE2C9 Sea Mist

📋 copy color: '#CBE2C9'

red 203 ◦ green 226 ◦ blue 201

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

Shades of Sea Mist #CBE2C9

Tints of Sea Mist #CBE2C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.9%

R = 32.22%
G = 35.87%
B = 31.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#CBE2C9 (or 0xCBE2C9) is known color: Sea Mist. HEX triplet: CB, E2 and C9. RGB value is (203,226,201). Sum of RGB (Red+Green+Blue) = 203+226+201=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2C9 is #341D36. Grayscale: #D8D8D8. Windows color (decimal): -3415351 or 13230795. OLE color: 13230795.

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

Color convert

RGB 203 226 201 -
CMYK 0.10 0 0.11 0.11
HSL 115.2º 0.3% 0.84% -
HSV(B) 115.2º 0.11% 0.89% -
XYZ 62.37 71.31 65.73 -
YUV 216.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 203 226 201 0.10 0 0.11 0.11 115.2 0.3 0.84
Hex CB E2 C9 A 0 B B 73 1E 54
Octal 313 342 311 12 0 13 13 163 36 124
Binary 11001011 11100010 11001001 1010 0 1011 1011 1110011 11110 1010100

Color Harmonies of #CBE2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2C9

Black with #CBE2C9

Text Example


Text Example

White with #CBE2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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