Html Css Color HEX #CAEDC7 Snowy Mint

📋 copy color: '#CAEDC7'

red 202 ◦ green 237 ◦ blue 199

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

Shades of Snowy Mint #CAEDC7

Tints of Snowy Mint #CAEDC7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.15%

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

R = 31.66%
G = 37.15%
B = 31.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#CAEDC7 (or 0xCAEDC7) is known color: Snowy Mint. HEX triplet: CA, ED and C7. RGB value is (202,237,199). Sum of RGB (Red+Green+Blue) = 202+237+199=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDC7 is #351238. Grayscale: #DEDEDE. Windows color (decimal): -3478073 or 13102538. OLE color: 13102538.

HSL color Cylindrical-coordinate representation of color #CAEDC7: hue angle of 115.26º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAEDC7 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 237 199 -
CMYK 0.15 0 0.16 0.07
HSL 115.26º 0.51% 0.85% -
HSV(B) 115.26º 0.16% 0.93% -
XYZ 64.95 77.25 65.52 -
YUV 222.2 114.9 113.59 -
System Red Green Blue C M Y K H S L
Decimal 202 237 199 0.15 0 0.16 0.07 115.26 0.51 0.85
Hex CA ED C7 F 0 10 7 73 33 55
Octal 312 355 307 17 0 20 7 163 63 125
Binary 11001010 11101101 11000111 1111 0 10000 111 1110011 110011 1010101

Color Harmonies of #CAEDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEDC7

Black with #CAEDC7

Text Example


Text Example

White with #CAEDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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