#D5FEF0

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

Shades of Clear Day #D5FEF0

Tints of Clear Day #D5FEF0

Color information

#D5FEF0 (or 0xD5FEF0) is unknown color: approx Clear Day. HEX triplet: D5, FE and F0. RGB value is (213,254,240). Sum of RGB (Red+Green+Blue) = 213+254+240=707 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.13% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FEF0 is #2A010F. Grayscale: #F0F0F0. Windows color (decimal): -2752784 or 15793877. OLE color: 15793877.

HSL color Cylindrical-coordinate representation of color #D5FEF0: hue angle of 159.51º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FEF0 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB213254240-
CMYK0.1600.060.00
HSL159.51º95.35%91.57%-
HSV(B)159.51º16.14%99.61%-
XYZ78.6191.3295.92-
YUV240.14127.92108.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.13%
GREEN value IS 254 (99.61% from 255) = 35.93%
BLUE value IS 240 (94.14% from 255) = 33.95%
R=30.13%
G=35.93%
B=33.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132542400.1600.060.00159.5195.3591.57
HexD5FEF010060a05f5c
Octal32537636020060240137134
Binary11010101111111101111000010000011001010000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FEF0; }

 p { color: rgb(213,254,240); }

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

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

 a { background-color: rgb(213,254,240); }

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

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

 span { border-color: rgb(213,254,240); }

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