Html Css Color HEX #D5EDCF Blue Romance

📋 copy color: '#D5EDCF'

red 213 ◦ green 237 ◦ blue 207

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

Shades of Blue Romance #D5EDCF

Tints of Blue Romance #D5EDCF

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

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

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

RGB 213 237 207 -
CMYK 0.10 0 0.13 0.07
HSL 108º 0.45% 0.87% -
HSV(B) 108º 0.13% 0.93% -
XYZ 68.99 79.22 70.69 -
YUV 226.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 213 237 207 0.10 0 0.13 0.07 108 0.45 0.87
Hex D5 ED CF A 0 D 7 6C 2D 57
Octal 325 355 317 12 0 15 7 154 55 127
Binary 11010101 11101101 11001111 1010 0 1101 111 1101100 101101 1010111

Color Harmonies of #D5EDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDCF

Black with #D5EDCF

Text Example


Text Example

White with #D5EDCF

Text Example


Text Example

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