#CBE1CA

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

Shades of Sea Mist #CBE1CA

Tints of Sea Mist #CBE1CA

Color information

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

RGB203225202-
CMYK0.1000.100.12
HSL117.39º27.71%83.73%-
HSV(B)117.39º10.22%88.24%-
XYZ62.2170.8166.27-
YUV215.8120.21118.87-

RGB Variations

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

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.30% from 255) = 32.06%
R=32.22%
G=35.71%
B=32.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032252020.1000.100.12117.3927.7183.73
HexCBE1CAA0AC751c54
Octal313341312120121416534124
Binary11001011111000011100101010100101011001110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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