Html Css Color HEX #DDFED7 Blue Romance

📋 copy color: '#DDFED7'

red 221 ◦ green 254 ◦ blue 215

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

Shades of Blue Romance #DDFED7

Tints of Blue Romance #DDFED7

RGB

 RED value IS 221 (86.72% from 255) = 32.03%

 GREEN value IS 254 (99.61% from 255) = 36.81%

 BLUE value IS 215 (84.38% from 255) = 31.16%

R = 32.03%
G = 36.81%
B = 31.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#DDFED7 (or 0xDDFED7) is known color: Blue Romance. HEX triplet: DD, FE and D7. RGB value is (221,254,215). Sum of RGB (Red+Green+Blue) = 221+254+215=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFED7 is #220128. Grayscale: #EFEFEF. Windows color (decimal): -2228521 or 14155485. OLE color: 14155485.

HSL color Cylindrical-coordinate representation of color #DDFED7: hue angle of 110.77º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDFED7 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 254 215 -
CMYK 0.13 0 0.15 0.00
HSL 110.77º 0.95% 0.92% -
HSV(B) 110.77º 0.15% 1% -
XYZ 77.53 91.16 77.8 -
YUV 239.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 221 254 215 0.13 0 0.15 0.00 110.77 0.95 0.92
Hex DD FE D7 D 0 F 0 6F 5F 5C
Octal 335 376 327 15 0 17 0 157 137 134
Binary 11011101 11111110 11010111 1101 0 1111 0 1101111 1011111 1011100

Color Harmonies of #DDFED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFED7

Black with #DDFED7

Text Example


Text Example

White with #DDFED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFED7; }

 p { color: rgb(221,254,215); }

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

background-color css

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

 a { background-color: rgb(221,254,215); }

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

border-color css

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

 span { border-color: rgb(221,254,215); }

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