Html Css Color HEX #D5EECF Blue Romance

📋 copy color: '#D5EECF'

red 213 ◦ green 238 ◦ blue 207

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

Shades of Blue Romance #D5EECF

Tints of Blue Romance #D5EECF

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

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

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

RGB 213 238 207 -
CMYK 0.11 0 0.13 0.07
HSL 108.39º 0.48% 0.87% -
HSV(B) 108.39º 0.13% 0.93% -
XYZ 69.28 79.8 70.78 -
YUV 226.99 116.72 118.02 -
System Red Green Blue C M Y K H S L
Decimal 213 238 207 0.11 0 0.13 0.07 108.39 0.48 0.87
Hex D5 EE CF B 0 D 7 6C 30 57
Octal 325 356 317 13 0 15 7 154 60 127
Binary 11010101 11101110 11001111 1011 0 1101 111 1101100 110000 1010111

Color Harmonies of #D5EECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EECF

Black with #D5EECF

Text Example


Text Example

White with #D5EECF

Text Example


Text Example

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