Html Css Color HEX #CAE9C5 Snowy Mint

📋 copy color: '#CAE9C5'

red 202 ◦ green 233 ◦ blue 197

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

Shades of Snowy Mint #CAE9C5

Tints of Snowy Mint #CAE9C5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.87%

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

R = 31.96%
G = 36.87%
B = 31.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#CAE9C5 (or 0xCAE9C5) is known color: Snowy Mint. HEX triplet: CA, E9 and C5. RGB value is (202,233,197). Sum of RGB (Red+Green+Blue) = 202+233+197=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9C5 is #35163A. Grayscale: #DBDBDB. Windows color (decimal): -3479099 or 12970442. OLE color: 12970442.

HSL color Cylindrical-coordinate representation of color #CAE9C5: hue angle of 111.67º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAE9C5 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 197 -
CMYK 0.13 0 0.15 0.09
HSL 111.67º 0.45% 0.84% -
HSV(B) 111.67º 0.15% 0.91% -
XYZ 63.57 74.87 63.92 -
YUV 219.63 115.23 115.43 -
System Red Green Blue C M Y K H S L
Decimal 202 233 197 0.13 0 0.15 0.09 111.67 0.45 0.84
Hex CA E9 C5 D 0 F 9 70 2D 54
Octal 312 351 305 15 0 17 11 160 55 124
Binary 11001010 11101001 11000101 1101 0 1111 1001 1110000 101101 1010100

Color Harmonies of #CAE9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE9C5

Black with #CAE9C5

Text Example


Text Example

White with #CAE9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE9C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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