#D5EDCF

Color #D5EDCF Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #D5EDCF

Tints of Blue Romance #D5EDCF

Color information

#D5EDCF (or 0xD5EDCF) is unknown color: approx Blue Romance. HEX triplet: D5, ED and CF. RGB value is (213,237,207). Sum of RGB (Red+Green+Blue) = 213+237+207=657 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.42% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDCF is #2A1230. Grayscale: #E2E2E2. Windows color (decimal): -2757169 or 13626837. OLE color: 13626837.

HSL color Cylindrical-coordinate representation of color #D5EDCF: hue angle of 108º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5EDCF is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB213237207-
CMYK0.1000.130.07
HSL108º45.45%87.06%-
HSV(B)108º12.66%92.94%-
XYZ68.9979.2270.69-
YUV226.4117.05118.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.42%
GREEN value IS 237 (92.97% from 255) = 36.07%
BLUE value IS 207 (81.25% from 255) = 31.51%
R=32.42%
G=36.07%
B=31.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132372070.1000.130.0710845.4587.06
HexD5EDCFA0D76c2d57
Octal32535531712015715455127
Binary11010101111011011100111110100110111111011001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EDCF; }

 p { color: rgb(213,237,207); }

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

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

 a { background-color: rgb(213,237,207); }

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

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

 span { border-color: rgb(213,237,207); }

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