Html Css Color HEX #CAE6C5 Snowy Mint

📋 copy color: '#CAE6C5'

red 202 ◦ green 230 ◦ blue 197

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

Shades of Snowy Mint #CAE6C5

Tints of Snowy Mint #CAE6C5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.57%

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

R = 32.11%
G = 36.57%
B = 31.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#CAE6C5 (or 0xCAE6C5) is known color: Snowy Mint. HEX triplet: CA, E6 and C5. RGB value is (202,230,197). Sum of RGB (Red+Green+Blue) = 202+230+197=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6C5 is #35193A. Grayscale: #D9D9D9. Windows color (decimal): -3479867 or 12969674. OLE color: 12969674.

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

Color convert

RGB 202 230 197 -
CMYK 0.12 0 0.14 0.10
HSL 110.91º 0.4% 0.84% -
HSV(B) 110.91º 0.14% 0.9% -
XYZ 62.73 73.18 63.64 -
YUV 217.87 116.22 116.68 -
System Red Green Blue C M Y K H S L
Decimal 202 230 197 0.12 0 0.14 0.10 110.91 0.4 0.84
Hex CA E6 C5 C 0 E A 6F 28 54
Octal 312 346 305 14 0 16 12 157 50 124
Binary 11001010 11100110 11000101 1100 0 1110 1010 1101111 101000 1010100

Color Harmonies of #CAE6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE6C5

Black with #CAE6C5

Text Example


Text Example

White with #CAE6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE6C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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