Html Css Color HEX #D5FEF0 Clear Day

📋 copy color: '#D5FEF0'

red 213 ◦ green 254 ◦ blue 240

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

Shades of Clear Day #D5FEF0

Tints of Clear Day #D5FEF0

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 value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#D5FEF0 (or 0xD5FEF0) is known color: 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

RGB 213 254 240 -
CMYK 0.16 0 0.06 0.00
HSL 159.51º 0.95% 0.92% -
HSV(B) 159.51º 0.16% 1% -
XYZ 78.61 91.32 95.92 -
YUV 240.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 213 254 240 0.16 0 0.06 0.00 159.51 0.95 0.92
Hex D5 FE F0 10 0 6 0 A0 5F 5C
Octal 325 376 360 20 0 6 0 240 137 134
Binary 11010101 11111110 11110000 10000 0 110 0 10100000 1011111 1011100

Color Harmonies of #D5FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FEF0

Black with #D5FEF0

Text Example


Text Example

White with #D5FEF0

Text Example


Text Example

HTML Codes & Css Web 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>