#CBE5CA

Color #CBE5CA Sea Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Mist #CBE5CA

Tints of Sea Mist #CBE5CA

Color information

#CBE5CA (or 0xCBE5CA) is unknown color: approx 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

RGB203229202-
CMYK0.1100.120.10
HSL117.78º34.18%84.51%-
HSV(B)117.78º11.79%89.8%-
XYZ63.317366.63-
YUV218.15118.89117.2-

RGB Variations

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

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.30% from 255) = 31.86%
R=32.02%
G=36.12%
B=31.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032292020.1100.120.10117.7834.1884.51
HexCBE5CAB0CA762255
Octal313345312130141216642125
Binary110010111110010111001010101101100101011101101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>