Html Css Color HEX #CFEDC7 Snowy Mint

📋 copy color: '#CFEDC7'

red 207 ◦ green 237 ◦ blue 199

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

Shades of Snowy Mint #CFEDC7

Tints of Snowy Mint #CFEDC7

RGB

 RED value IS 207 (81.25% from 255) = 32.19%

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

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

R = 32.19%
G = 36.86%
B = 30.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#CFEDC7 (or 0xCFEDC7) is known color: Snowy Mint. HEX triplet: CF, ED and C7. RGB value is (207,237,199). Sum of RGB (Red+Green+Blue) = 207+237+199=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDC7 is #301238. Grayscale: #DFDFDF. Windows color (decimal): -3150393 or 13102543. OLE color: 13102543.

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

Color convert

RGB 207 237 199 -
CMYK 0.13 0 0.16 0.07
HSL 107.37º 0.51% 0.85% -
HSV(B) 107.37º 0.16% 0.93% -
XYZ 66.33 77.96 65.58 -
YUV 223.7 114.06 116.09 -
System Red Green Blue C M Y K H S L
Decimal 207 237 199 0.13 0 0.16 0.07 107.37 0.51 0.85
Hex CF ED C7 D 0 10 7 6B 33 55
Octal 317 355 307 15 0 20 7 153 63 125
Binary 11001111 11101101 11000111 1101 0 10000 111 1101011 110011 1010101

Color Harmonies of #CFEDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEDC7

Black with #CFEDC7

Text Example


Text Example

White with #CFEDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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