Html Css Color HEX #CBE1CA Sea Mist

📋 copy color: '#CBE1CA'

red 203 ◦ green 225 ◦ blue 202

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

Shades of Sea Mist #CBE1CA

Tints of Sea Mist #CBE1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.06%

R = 32.22%
G = 35.71%
B = 32.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#CBE1CA (or 0xCBE1CA) is known color: Sea Mist. HEX triplet: CB, E1 and CA. RGB value is (203,225,202). Sum of RGB (Red+Green+Blue) = 203+225+202=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1CA is #341E35. Grayscale: #D7D7D7. Windows color (decimal): -3415606 or 13296075. OLE color: 13296075.

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

Color convert

RGB 203 225 202 -
CMYK 0.10 0 0.10 0.12
HSL 117.39º 0.28% 0.84% -
HSV(B) 117.39º 0.1% 0.88% -
XYZ 62.21 70.81 66.27 -
YUV 215.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 203 225 202 0.10 0 0.10 0.12 117.39 0.28 0.84
Hex CB E1 CA A 0 A C 75 1C 54
Octal 313 341 312 12 0 12 14 165 34 124
Binary 11001011 11100001 11001010 1010 0 1010 1100 1110101 11100 1010100

Color Harmonies of #CBE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE1CA

Black with #CBE1CA

Text Example


Text Example

White with #CBE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE1CA; }

 p { color: rgb(203,225,202); }

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

background-color css

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

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

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

border-color css

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

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

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