Html Css Color HEX #CAEFC7 Snowy Mint

📋 copy color: '#CAEFC7'

red 202 ◦ green 239 ◦ blue 199

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

Shades of Snowy Mint #CAEFC7

Tints of Snowy Mint #CAEFC7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.34%

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

R = 31.56%
G = 37.34%
B = 31.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#CAEFC7 (or 0xCAEFC7) is known color: Snowy Mint. HEX triplet: CA, EF and C7. RGB value is (202,239,199). Sum of RGB (Red+Green+Blue) = 202+239+199=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFC7 is #351038. Grayscale: #DFDFDF. Windows color (decimal): -3477561 or 13103050. OLE color: 13103050.

HSL color Cylindrical-coordinate representation of color #CAEFC7: hue angle of 115.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAEFC7 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 239 199 -
CMYK 0.15 0 0.17 0.06
HSL 115.5º 0.56% 0.86% -
HSV(B) 115.5º 0.17% 0.94% -
XYZ 65.53 78.41 65.71 -
YUV 223.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 202 239 199 0.15 0 0.17 0.06 115.5 0.56 0.86
Hex CA EF C7 F 0 11 6 74 38 56
Octal 312 357 307 17 0 21 6 164 70 126
Binary 11001010 11101111 11000111 1111 0 10001 110 1110100 111000 1010110

Color Harmonies of #CAEFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEFC7

Black with #CAEFC7

Text Example


Text Example

White with #CAEFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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