Html Css Color HEX #CBE5CA Sea Mist

📋 copy color: '#CBE5CA'

red 203 ◦ green 229 ◦ blue 202

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

Shades of Sea Mist #CBE5CA

Tints of Sea Mist #CBE5CA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.12%

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

R = 32.02%
G = 36.12%
B = 31.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#CBE5CA (or 0xCBE5CA) is known color: Sea Mist. HEX triplet: CB, E5 and CA. RGB value is (203,229,202). Sum of RGB (Red+Green+Blue) = 203+229+202=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5CA is #341A35. Grayscale: #DADADA. Windows color (decimal): -3414582 or 13297099. OLE color: 13297099.

HSL color Cylindrical-coordinate representation of color #CBE5CA: hue angle of 117.78º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE5CA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 202 -
CMYK 0.11 0 0.12 0.10
HSL 117.78º 0.34% 0.85% -
HSV(B) 117.78º 0.12% 0.9% -
XYZ 63.31 73 66.63 -
YUV 218.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 203 229 202 0.11 0 0.12 0.10 117.78 0.34 0.85
Hex CB E5 CA B 0 C A 76 22 55
Octal 313 345 312 13 0 14 12 166 42 125
Binary 11001011 11100101 11001010 1011 0 1100 1010 1110110 100010 1010101

Color Harmonies of #CBE5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE5CA

Black with #CBE5CA

Text Example


Text Example

White with #CBE5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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