Html Css Color HEX #CAEEC6 Snowy Mint

📋 copy color: '#CAEEC6'

red 202 ◦ green 238 ◦ blue 198

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

Shades of Snowy Mint #CAEEC6

Tints of Snowy Mint #CAEEC6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.3%

 BLUE value IS 198 (77.73% from 255) = 31.03%

R = 31.66%
G = 37.3%
B = 31.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#CAEEC6 (or 0xCAEEC6) is known color: Snowy Mint. HEX triplet: CA, EE and C6. RGB value is (202,238,198). Sum of RGB (Red+Green+Blue) = 202+238+198=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEC6 is #351139. Grayscale: #DEDEDE. Windows color (decimal): -3477818 or 13037258. OLE color: 13037258.

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

Color convert

RGB 202 238 198 -
CMYK 0.15 0 0.17 0.07
HSL 114º 0.54% 0.85% -
HSV(B) 114º 0.17% 0.93% -
XYZ 65.12 77.78 65.01 -
YUV 222.68 114.07 113.25 -
System Red Green Blue C M Y K H S L
Decimal 202 238 198 0.15 0 0.17 0.07 114 0.54 0.85
Hex CA EE C6 F 0 11 7 72 36 55
Octal 312 356 306 17 0 21 7 162 66 125
Binary 11001010 11101110 11000110 1111 0 10001 111 1110010 110110 1010101

Color Harmonies of #CAEEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEEC6

Black with #CAEEC6

Text Example


Text Example

White with #CAEEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEEC6; }

 p { color: rgb(202,238,198); }

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

background-color css

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

 a { background-color: rgb(202,238,198); }

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

border-color css

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

 span { border-color: rgb(202,238,198); }

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