Html Css Color HEX #CAFEC6 Snowy Mint

📋 copy color: '#CAFEC6'

red 202 ◦ green 254 ◦ blue 198

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

Shades of Snowy Mint #CAFEC6

Tints of Snowy Mint #CAFEC6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.84%

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

R = 30.89%
G = 38.84%
B = 30.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#CAFEC6 (or 0xCAFEC6) is known color: Snowy Mint. HEX triplet: CA, FE and C6. RGB value is (202,254,198). Sum of RGB (Red+Green+Blue) = 202+254+198=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEC6 is #350139. Grayscale: #E8E8E8. Windows color (decimal): -3473722 or 13041354. OLE color: 13041354.

HSL color Cylindrical-coordinate representation of color #CAFEC6: hue angle of 115.71º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAFEC6 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 254 198 -
CMYK 0.20 0 0.22 0.00
HSL 115.71º 0.97% 0.89% -
HSV(B) 115.71º 0.22% 1% -
XYZ 69.99 87.52 66.63 -
YUV 232.07 108.77 106.55 -
System Red Green Blue C M Y K H S L
Decimal 202 254 198 0.20 0 0.22 0.00 115.71 0.97 0.89
Hex CA FE C6 14 0 16 0 74 61 59
Octal 312 376 306 24 0 26 0 164 141 131
Binary 11001010 11111110 11000110 10100 0 10110 0 1110100 1100001 1011001

Color Harmonies of #CAFEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFEC6

Black with #CAFEC6

Text Example


Text Example

White with #CAFEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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