#CBE2CA

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

Shades of Sea Mist #CBE2CA

Tints of Sea Mist #CBE2CA

Color information

#CBE2CA (or 0xCBE2CA) is unknown color: approx Sea Mist. HEX triplet: CB, E2 and CA. RGB value is (203,226,202). Sum of RGB (Red+Green+Blue) = 203+226+202=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2CA is #341D35. Grayscale: #D8D8D8. Windows color (decimal): -3415350 or 13296331. OLE color: 13296331.

HSL color Cylindrical-coordinate representation of color #CBE2CA: hue angle of 117.5º degrees, saturation: 0.29, 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 #CBE2CA is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB203226202-
CMYK0.1000.110.11
HSL117.5º29.27%83.92%-
HSV(B)117.5º10.62%88.63%-
XYZ62.4971.3566.36-
YUV216.39119.88118.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 226 (88.67% from 255) = 35.82%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=32.17%
G=35.82%
B=32.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032262020.1000.110.11117.529.2783.92
HexCBE2CAA0BB751d54
Octal313342312120131316535124
Binary11001011111000101100101010100101110111110101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2CA; }

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

 H1.HeaderClassName
 {
   color: #CBE2CA;
 }
 .AnyTagClassName
 {
   color: #CBE2CA;
 }
</style>
background-color css

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

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

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

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

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

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