Html Css Color HEX #CBE1CC Sea Mist

📋 copy color: '#CBE1CC'

red 203 ◦ green 225 ◦ blue 204

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

Shades of Sea Mist #CBE1CC

Tints of Sea Mist #CBE1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.28%

R = 32.12%
G = 35.6%
B = 32.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#CBE1CC (or 0xCBE1CC) is known color: Sea Mist. HEX triplet: CB, E1 and CC. RGB value is (203,225,204). Sum of RGB (Red+Green+Blue) = 203+225+204=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1CC is #341E33. Grayscale: #D8D8D8. Windows color (decimal): -3415604 or 13427147. OLE color: 13427147.

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

Color convert

RGB 203 225 204 -
CMYK 0.10 0 0.09 0.12
HSL 122.73º 0.27% 0.84% -
HSV(B) 122.73º 0.1% 0.88% -
XYZ 62.45 70.91 67.52 -
YUV 216.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 203 225 204 0.10 0 0.09 0.12 122.73 0.27 0.84
Hex CB E1 CC A 0 9 C 7B 1B 54
Octal 313 341 314 12 0 11 14 173 33 124
Binary 11001011 11100001 11001100 1010 0 1001 1100 1111011 11011 1010100

Color Harmonies of #CBE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE1CC

Black with #CBE1CC

Text Example


Text Example

White with #CBE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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