#D9FFF2

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

Shades of Clear Day #D9FFF2

Tints of Clear Day #D9FFF2

Color information

#D9FFF2 (or 0xD9FFF2) is unknown color: approx Clear Day. HEX triplet: D9, FF and F2. RGB value is (217,255,242). Sum of RGB (Red+Green+Blue) = 217+255+242=714 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.39% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FFF2 is #26000D. Grayscale: #F2F2F2. Windows color (decimal): -2490382 or 15925209. OLE color: 15925209.

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

Color convert

RGB217255242-
CMYK0.1500.050
HSL159.47º100%92.55%-
HSV(B)159.47º14.9%100%-
XYZ80.492.6897.66-
YUV242.16127.91110.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.39%
GREEN value IS 255 (100% from 255) = 35.71%
BLUE value IS 242 (94.92% from 255) = 33.89%
R=30.39%
G=35.71%
B=33.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172552420.1500.050159.4710092.55
HexD9FFF2F0509f645d
Octal33137736217050237144135
Binary1101100111111111111100101111010101001111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FFF2; }

 p { color: rgb(217,255,242); }

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

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

 a { background-color: rgb(217,255,242); }

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

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

 span { border-color: rgb(217,255,242); }

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