Html Css Color HEX #CEFAC8 Snowy Mint

📋 copy color: '#CEFAC8'

red 206 ◦ green 250 ◦ blue 200

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

Shades of Snowy Mint #CEFAC8

Tints of Snowy Mint #CEFAC8

RGB

 RED value IS 206 (80.86% from 255) = 31.4%

 GREEN value IS 250 (98.05% from 255) = 38.11%

 BLUE value IS 200 (78.52% from 255) = 30.49%

R = 31.4%
G = 38.11%
B = 30.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#CEFAC8 (or 0xCEFAC8) is known color: Snowy Mint. HEX triplet: CE, FA and C8. RGB value is (206,250,200). Sum of RGB (Red+Green+Blue) = 206+250+200=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFAC8 is #310537. Grayscale: #E7E7E7. Windows color (decimal): -3212600 or 13171406. OLE color: 13171406.

HSL color Cylindrical-coordinate representation of color #CEFAC8: hue angle of 112.8º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEFAC8 is Cyan = 0.18, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 200 -
CMYK 0.18 0 0.2 0.02
HSL 112.8º 0.83% 0.88% -
HSV(B) 112.8º 0.2% 0.98% -
XYZ 70.06 85.66 67.49 -
YUV 231.14 110.42 110.07 -
System Red Green Blue C M Y K H S L
Decimal 206 250 200 0.18 0 0.2 0.02 112.8 0.83 0.88
Hex CE FA C8 12 0 14 2 71 53 58
Octal 316 372 310 22 0 24 2 161 123 130
Binary 11001110 11111010 11001000 10010 0 10100 10 1110001 1010011 1011000

Color Harmonies of #CEFAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFAC8

Black with #CEFAC8

Text Example


Text Example

White with #CEFAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFAC8; }

 p { color: rgb(206,250,200); }

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

background-color css

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

 a { background-color: rgb(206,250,200); }

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

border-color css

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

 span { border-color: rgb(206,250,200); }

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