Html Css Color HEX #CAEDC5 Snowy Mint

📋 copy color: '#CAEDC5'

red 202 ◦ green 237 ◦ blue 197

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

Shades of Snowy Mint #CAEDC5

Tints of Snowy Mint #CAEDC5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.26%

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

R = 31.76%
G = 37.26%
B = 30.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#CAEDC5 (or 0xCAEDC5) is known color: Snowy Mint. HEX triplet: CA, ED and C5. RGB value is (202,237,197). Sum of RGB (Red+Green+Blue) = 202+237+197=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDC5 is #35123A. Grayscale: #DEDEDE. Windows color (decimal): -3478075 or 12971466. OLE color: 12971466.

HSL color Cylindrical-coordinate representation of color #CAEDC5: hue angle of 112.5º degrees, saturation: 0.53, 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 #CAEDC5 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 237 197 -
CMYK 0.15 0 0.17 0.07
HSL 112.5º 0.53% 0.85% -
HSV(B) 112.5º 0.17% 0.93% -
XYZ 64.72 77.16 64.3 -
YUV 221.98 113.9 113.75 -
System Red Green Blue C M Y K H S L
Decimal 202 237 197 0.15 0 0.17 0.07 112.5 0.53 0.85
Hex CA ED C5 F 0 11 7 70 35 55
Octal 312 355 305 17 0 21 7 160 65 125
Binary 11001010 11101101 11000101 1111 0 10001 111 1110000 110101 1010101

Color Harmonies of #CAEDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEDC5

Black with #CAEDC5

Text Example


Text Example

White with #CAEDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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