#D7FCF3

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

Shades of Clear Day #D7FCF3

Tints of Clear Day #D7FCF3

Color information

#D7FCF3 (or 0xD7FCF3) is unknown color: approx Clear Day. HEX triplet: D7, FC and F3. RGB value is (215,252,243). Sum of RGB (Red+Green+Blue) = 215+252+243=710 (94% of max value = 765). Red value is 215 (84.38% from 255 or 30.28% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 243 (95.31% from 255 or 34.23% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #D7FCF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FCF3 is #28030C. Grayscale: #EFEFEF. Windows color (decimal): -2622221 or 15989975. OLE color: 15989975.

HSL color Cylindrical-coordinate representation of color #D7FCF3: hue angle of 165.41º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7FCF3 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB215252243-
CMYK0.1500.040.01
HSL165.41º86.05%91.57%-
HSV(B)165.41º14.68%98.82%-
XYZ79.0190.5498.11-
YUV239.91129.74110.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.28%
GREEN value IS 252 (98.83% from 255) = 35.49%
BLUE value IS 243 (95.31% from 255) = 34.23%
R=30.28%
G=35.49%
B=34.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152522430.1500.040.01165.4186.0591.57
HexD7FCF3F041a5565c
Octal32737436317041245126134
Binary1101011111111100111100111111010011010010110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FCF3; }

 p { color: rgb(215,252,243); }

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

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

 a { background-color: rgb(215,252,243); }

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

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

 span { border-color: rgb(215,252,243); }

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