#DEFEF1

Color #DEFEF1 Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #DEFEF1

Tints of Clear Day #DEFEF1

Color information

#DEFEF1 (or 0xDEFEF1) is unknown color: approx Clear Day. HEX triplet: DE, FE and F1. RGB value is (222,254,241). Sum of RGB (Red+Green+Blue) = 222+254+241=717 (94% of max value = 765). Red value is 222 (87.11% from 255 or 30.96% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 241 (94.53% from 255 or 33.61% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEF1 is #21010E. Grayscale: #F2F2F2. Windows color (decimal): -2162959 or 15859422. OLE color: 15859422.

HSL color Cylindrical-coordinate representation of color #DEFEF1: hue angle of 155.62º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFEF1 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB222254241-
CMYK0.1300.050.00
HSL155.62º94.12%93.33%-
HSV(B)155.62º12.6%99.61%-
XYZ81.4492.7696.83-
YUV242.95126.9113.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.96%
GREEN value IS 254 (99.61% from 255) = 35.43%
BLUE value IS 241 (94.53% from 255) = 33.61%
R=30.96%
G=35.43%
B=33.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222542410.1300.050.00155.6294.1293.33
HexDEFEF1D0509c5e5d
Octal33637636115050234136135
Binary1101111011111110111100011101010101001110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEF1; }

 p { color: rgb(222,254,241); }

 H1.HeaderClassName
 {
   color: #DEFEF1;
 }
 .AnyTagClassName
 {
   color: #DEFEF1;
 }
</style>
background-color css

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

 a { background-color: rgb(222,254,241); }

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

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

 span { border-color: rgb(222,254,241); }

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