Html Css Color HEX #D5EFD3 Blue Romance

📋 copy color: '#D5EFD3'

red 213 ◦ green 239 ◦ blue 211

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

Shades of Blue Romance #D5EFD3

Tints of Blue Romance #D5EFD3

RGB

 RED value IS 213 (83.59% from 255) = 32.13%

 GREEN value IS 239 (93.75% from 255) = 36.05%

 BLUE value IS 211 (82.81% from 255) = 31.83%

R = 32.13%
G = 36.05%
B = 31.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#D5EFD3 (or 0xD5EFD3) is known color: Blue Romance. HEX triplet: D5, EF and D3. RGB value is (213,239,211). Sum of RGB (Red+Green+Blue) = 213+239+211=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 211 (82.81% from 255 or 31.83% from 663); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFD3 is #2A102C. Grayscale: #E4E4E4. Windows color (decimal): -2756653 or 13889493. OLE color: 13889493.

HSL color Cylindrical-coordinate representation of color #D5EFD3: hue angle of 115.71º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5EFD3 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 239 211 -
CMYK 0.11 0 0.12 0.06
HSL 115.71º 0.47% 0.88% -
HSV(B) 115.71º 0.12% 0.94% -
XYZ 70.06 80.58 73.49 -
YUV 228.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 213 239 211 0.11 0 0.12 0.06 115.71 0.47 0.88
Hex D5 EF D3 B 0 C 6 74 2F 58
Octal 325 357 323 13 0 14 6 164 57 130
Binary 11010101 11101111 11010011 1011 0 1100 110 1110100 101111 1011000

Color Harmonies of #D5EFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EFD3

Black with #D5EFD3

Text Example


Text Example

White with #D5EFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EFD3; }

 p { color: rgb(213,239,211); }

 H1.HeaderClassName
 {
   color: #D5EFD3;
 }
 .AnyTagClassName
 {
   color: #D5EFD3;
 }
</style>

background-color css

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

 a { background-color: rgb(213,239,211); }

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

border-color css

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

 span { border-color: rgb(213,239,211); }

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