Html Css Color HEX #CAEEC7 Snowy Mint

📋 copy color: '#CAEEC7'

red 202 ◦ green 238 ◦ blue 199

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

Shades of Snowy Mint #CAEEC7

Tints of Snowy Mint #CAEEC7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.25%

 BLUE value IS 199 (78.13% from 255) = 31.14%

R = 31.61%
G = 37.25%
B = 31.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#CAEEC7 (or 0xCAEEC7) is known color: Snowy Mint. HEX triplet: CA, EE and C7. RGB value is (202,238,199). Sum of RGB (Red+Green+Blue) = 202+238+199=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEC7 is #351138. Grayscale: #DEDEDE. Windows color (decimal): -3477817 or 13102794. OLE color: 13102794.

HSL color Cylindrical-coordinate representation of color #CAEEC7: hue angle of 115.38º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAEEC7 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 238 199 -
CMYK 0.15 0 0.16 0.07
HSL 115.38º 0.53% 0.86% -
HSV(B) 115.38º 0.16% 0.93% -
XYZ 65.24 77.83 65.62 -
YUV 222.79 114.57 113.17 -
System Red Green Blue C M Y K H S L
Decimal 202 238 199 0.15 0 0.16 0.07 115.38 0.53 0.86
Hex CA EE C7 F 0 10 7 73 35 56
Octal 312 356 307 17 0 20 7 163 65 126
Binary 11001010 11101110 11000111 1111 0 10000 111 1110011 110101 1010110

Color Harmonies of #CAEEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEEC7

Black with #CAEEC7

Text Example


Text Example

White with #CAEEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEEC7; }

 p { color: rgb(202,238,199); }

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

background-color css

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

 a { background-color: rgb(202,238,199); }

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

border-color css

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

 span { border-color: rgb(202,238,199); }

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