Html Css Color HEX #DDFED6 Blue Romance

📋 copy color: '#DDFED6'

red 221 ◦ green 254 ◦ blue 214

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

Shades of Blue Romance #DDFED6

Tints of Blue Romance #DDFED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.06%

R = 32.08%
G = 36.87%
B = 31.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#DDFED6 (or 0xDDFED6) is known color: Blue Romance. HEX triplet: DD, FE and D6. RGB value is (221,254,214). Sum of RGB (Red+Green+Blue) = 221+254+214=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 214 (83.98% from 255 or 31.06% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFED6 is #220129. Grayscale: #EFEFEF. Windows color (decimal): -2228522 or 14089949. OLE color: 14089949.

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

Color convert

RGB 221 254 214 -
CMYK 0.13 0 0.16 0.00
HSL 109.5º 0.95% 0.92% -
HSV(B) 109.5º 0.16% 1% -
XYZ 77.4 91.11 77.13 -
YUV 239.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 221 254 214 0.13 0 0.16 0.00 109.5 0.95 0.92
Hex DD FE D6 D 0 10 0 6E 5F 5C
Octal 335 376 326 15 0 20 0 156 137 134
Binary 11011101 11111110 11010110 1101 0 10000 0 1101110 1011111 1011100

Color Harmonies of #DDFED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFED6

Black with #DDFED6

Text Example


Text Example

White with #DDFED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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