Html Css Color HEX #CFEDCA Snowy Mint

📋 copy color: '#CFEDCA'

red 207 ◦ green 237 ◦ blue 202

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

Shades of Snowy Mint #CFEDCA

Tints of Snowy Mint #CFEDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.27%

R = 32.04%
G = 36.69%
B = 31.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#CFEDCA (or 0xCFEDCA) is known color: Snowy Mint. HEX triplet: CF, ED and CA. RGB value is (207,237,202). Sum of RGB (Red+Green+Blue) = 207+237+202=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDCA is #301235. Grayscale: #E0E0E0. Windows color (decimal): -3150390 or 13299151. OLE color: 13299151.

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

Color convert

RGB 207 237 202 -
CMYK 0.13 0 0.15 0.07
HSL 111.43º 0.49% 0.86% -
HSV(B) 111.43º 0.15% 0.93% -
XYZ 66.68 78.1 67.44 -
YUV 224.04 115.56 115.85 -
System Red Green Blue C M Y K H S L
Decimal 207 237 202 0.13 0 0.15 0.07 111.43 0.49 0.86
Hex CF ED CA D 0 F 7 6F 31 56
Octal 317 355 312 15 0 17 7 157 61 126
Binary 11001111 11101101 11001010 1101 0 1111 111 1101111 110001 1010110

Color Harmonies of #CFEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEDCA

Black with #CFEDCA

Text Example


Text Example

White with #CFEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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