#D5EECF

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

Shades of Blue Romance #D5EECF

Tints of Blue Romance #D5EECF

Color information

#D5EECF (or 0xD5EECF) is unknown color: approx Blue Romance. HEX triplet: D5, EE and CF. RGB value is (213,238,207). Sum of RGB (Red+Green+Blue) = 213+238+207=658 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.37% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EECF is #2A1130. Grayscale: #E3E3E3. Windows color (decimal): -2756913 or 13627093. OLE color: 13627093.

HSL color Cylindrical-coordinate representation of color #D5EECF: hue angle of 108.39º degrees, saturation: 0.48, 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 #D5EECF is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB213238207-
CMYK0.1100.130.07
HSL108.39º47.69%87.25%-
HSV(B)108.39º13.03%93.33%-
XYZ69.2879.870.78-
YUV226.99116.72118.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.37%
GREEN value IS 238 (93.36% from 255) = 36.17%
BLUE value IS 207 (81.25% from 255) = 31.46%
R=32.37%
G=36.17%
B=31.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132382070.1100.130.07108.3947.6987.25
HexD5EECFB0D76c3057
Octal32535631713015715460127
Binary11010101111011101100111110110110111111011001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EECF; }

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

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

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

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

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

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

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

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