Html Css Color HEX #CAECC6 Snowy Mint

📋 copy color: '#CAECC6'

red 202 ◦ green 236 ◦ blue 198

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

Shades of Snowy Mint #CAECC6

Tints of Snowy Mint #CAECC6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.11%

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

R = 31.76%
G = 37.11%
B = 31.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#CAECC6 (or 0xCAECC6) is known color: Snowy Mint. HEX triplet: CA, EC and C6. RGB value is (202,236,198). Sum of RGB (Red+Green+Blue) = 202+236+198=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECC6 is #351339. Grayscale: #DDDDDD. Windows color (decimal): -3478330 or 13036746. OLE color: 13036746.

HSL color Cylindrical-coordinate representation of color #CAECC6: hue angle of 113.68º degrees, saturation: 0.5, 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 #CAECC6 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 236 198 -
CMYK 0.14 0 0.16 0.07
HSL 113.68º 0.5% 0.85% -
HSV(B) 113.68º 0.16% 0.93% -
XYZ 64.55 76.62 64.81 -
YUV 221.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 202 236 198 0.14 0 0.16 0.07 113.68 0.5 0.85
Hex CA EC C6 E 0 10 7 72 32 55
Octal 312 354 306 16 0 20 7 162 62 125
Binary 11001010 11101100 11000110 1110 0 10000 111 1110010 110010 1010101

Color Harmonies of #CAECC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAECC6

Black with #CAECC6

Text Example


Text Example

White with #CAECC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAECC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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