Html Css Color HEX #CFEECA Snowy Mint

📋 copy color: '#CFEECA'

red 207 ◦ green 238 ◦ blue 202

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

Shades of Snowy Mint #CFEECA

Tints of Snowy Mint #CFEECA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.79%

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

R = 31.99%
G = 36.79%
B = 31.22%

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

#CFEECA (or 0xCFEECA) is known color: Snowy Mint. HEX triplet: CF, EE and CA. RGB value is (207,238,202). Sum of RGB (Red+Green+Blue) = 207+238+202=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEECA is #301135. Grayscale: #E0E0E0. Windows color (decimal): -3150134 or 13299407. OLE color: 13299407.

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

Color convert

RGB 207 238 202 -
CMYK 0.13 0 0.15 0.07
HSL 111.67º 0.51% 0.86% -
HSV(B) 111.67º 0.15% 0.93% -
XYZ 66.97 78.68 67.53 -
YUV 224.63 115.23 115.43 -
System Red Green Blue C M Y K H S L
Decimal 207 238 202 0.13 0 0.15 0.07 111.67 0.51 0.86
Hex CF EE CA D 0 F 7 70 33 56
Octal 317 356 312 15 0 17 7 160 63 126
Binary 11001111 11101110 11001010 1101 0 1111 111 1110000 110011 1010110

Color Harmonies of #CFEECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEECA

Black with #CFEECA

Text Example


Text Example

White with #CFEECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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