Html Css Color HEX #CAE7C7 Snowy Mint

📋 copy color: '#CAE7C7'

red 202 ◦ green 231 ◦ blue 199

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

Shades of Snowy Mint #CAE7C7

Tints of Snowy Mint #CAE7C7

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.55%

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

R = 31.96%
G = 36.55%
B = 31.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#CAE7C7 (or 0xCAE7C7) is known color: Snowy Mint. HEX triplet: CA, E7 and C7. RGB value is (202,231,199). Sum of RGB (Red+Green+Blue) = 202+231+199=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 231 (90.62% from 255 or 36.55% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7C7 is #351838. Grayscale: #DADADA. Windows color (decimal): -3479609 or 13101002. OLE color: 13101002.

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

Color convert

RGB 202 231 199 -
CMYK 0.13 0 0.14 0.09
HSL 114.38º 0.4% 0.84% -
HSV(B) 114.38º 0.14% 0.91% -
XYZ 63.24 73.83 64.95 -
YUV 218.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 202 231 199 0.13 0 0.14 0.09 114.38 0.4 0.84
Hex CA E7 C7 D 0 E 9 72 28 54
Octal 312 347 307 15 0 16 11 162 50 124
Binary 11001010 11100111 11000111 1101 0 1110 1001 1110010 101000 1010100

Color Harmonies of #CAE7C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE7C7

Black with #CAE7C7

Text Example


Text Example

White with #CAE7C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE7C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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