Html Css Color HEX #CAE5C7 Snowy Mint

📋 copy color: '#CAE5C7'

red 202 ◦ green 229 ◦ blue 199

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

Shades of Snowy Mint #CAE5C7

Tints of Snowy Mint #CAE5C7

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.35%

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

R = 32.06%
G = 36.35%
B = 31.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#CAE5C7 (or 0xCAE5C7) is known color: Snowy Mint. HEX triplet: CA, E5 and C7. RGB value is (202,229,199). Sum of RGB (Red+Green+Blue) = 202+229+199=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5C7 is #351A38. Grayscale: #D9D9D9. Windows color (decimal): -3480121 or 13100490. OLE color: 13100490.

HSL color Cylindrical-coordinate representation of color #CAE5C7: hue angle of 114º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE5C7 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 199 -
CMYK 0.12 0 0.13 0.10
HSL 114º 0.37% 0.84% -
HSV(B) 114º 0.13% 0.9% -
XYZ 62.69 72.72 64.77 -
YUV 217.51 117.55 116.94 -
System Red Green Blue C M Y K H S L
Decimal 202 229 199 0.12 0 0.13 0.10 114 0.37 0.84
Hex CA E5 C7 C 0 D A 72 25 54
Octal 312 345 307 14 0 15 12 162 45 124
Binary 11001010 11100101 11000111 1100 0 1101 1010 1110010 100101 1010100

Color Harmonies of #CAE5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5C7

Black with #CAE5C7

Text Example


Text Example

White with #CAE5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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