Html Css Color HEX #CAECC5 Snowy Mint

📋 copy color: '#CAECC5'

red 202 ◦ green 236 ◦ blue 197

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

Shades of Snowy Mint #CAECC5

Tints of Snowy Mint #CAECC5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.17%

 BLUE value IS 197 (77.34% from 255) = 31.02%

R = 31.81%
G = 37.17%
B = 31.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#CAECC5 (or 0xCAECC5) is known color: Snowy Mint. HEX triplet: CA, EC and C5. RGB value is (202,236,197). Sum of RGB (Red+Green+Blue) = 202+236+197=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECC5 is #35133A. Grayscale: #DDDDDD. Windows color (decimal): -3478331 or 12971210. OLE color: 12971210.

HSL color Cylindrical-coordinate representation of color #CAECC5: hue angle of 112.31º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAECC5 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 236 197 -
CMYK 0.14 0 0.17 0.07
HSL 112.31º 0.51% 0.85% -
HSV(B) 112.31º 0.17% 0.93% -
XYZ 64.43 76.58 64.21 -
YUV 221.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 202 236 197 0.14 0 0.17 0.07 112.31 0.51 0.85
Hex CA EC C5 E 0 11 7 70 33 55
Octal 312 354 305 16 0 21 7 160 63 125
Binary 11001010 11101100 11000101 1110 0 10001 111 1110000 110011 1010101

Color Harmonies of #CAECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAECC5

Black with #CAECC5

Text Example


Text Example

White with #CAECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAECC5; }

 p { color: rgb(202,236,197); }

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

background-color css

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

 a { background-color: rgb(202,236,197); }

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

border-color css

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

 span { border-color: rgb(202,236,197); }

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