Html Css Color HEX #CAE4C8 Sea Mist

📋 copy color: '#CAE4C8'

red 202 ◦ green 228 ◦ blue 200

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

Shades of Sea Mist #CAE4C8

Tints of Sea Mist #CAE4C8

RGB

 RED value IS 202 (79.3% from 255) = 32.06%

 GREEN value IS 228 (89.45% from 255) = 36.19%

 BLUE value IS 200 (78.52% from 255) = 31.75%

R = 32.06%
G = 36.19%
B = 31.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#CAE4C8 (or 0xCAE4C8) is known color: Sea Mist. HEX triplet: CA, E4 and C8. RGB value is (202,228,200). Sum of RGB (Red+Green+Blue) = 202+228+200=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4C8 is #351B37. Grayscale: #D9D9D9. Windows color (decimal): -3480376 or 13165770. OLE color: 13165770.

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

Color convert

RGB 202 228 200 -
CMYK 0.11 0 0.12 0.11
HSL 115.71º 0.34% 0.84% -
HSV(B) 115.71º 0.12% 0.89% -
XYZ 62.53 72.21 65.29 -
YUV 217.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 202 228 200 0.11 0 0.12 0.11 115.71 0.34 0.84
Hex CA E4 C8 B 0 C B 74 22 54
Octal 312 344 310 13 0 14 13 164 42 124
Binary 11001010 11100100 11001000 1011 0 1100 1011 1110100 100010 1010100

Color Harmonies of #CAE4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE4C8

Black with #CAE4C8

Text Example


Text Example

White with #CAE4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE4C8; }

 p { color: rgb(202,228,200); }

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

background-color css

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

 a { background-color: rgb(202,228,200); }

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

border-color css

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

 span { border-color: rgb(202,228,200); }

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