Html Css Color HEX #DDFAD7 Blue Romance

📋 copy color: '#DDFAD7'

red 221 ◦ green 250 ◦ blue 215

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

Shades of Blue Romance #DDFAD7

Tints of Blue Romance #DDFAD7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.44%

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

R = 32.22%
G = 36.44%
B = 31.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#DDFAD7 (or 0xDDFAD7) is known color: Blue Romance. HEX triplet: DD, FA and D7. RGB value is (221,250,215). Sum of RGB (Red+Green+Blue) = 221+250+215=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAD7 is #220528. Grayscale: #EDEDED. Windows color (decimal): -2229545 or 14154461. OLE color: 14154461.

HSL color Cylindrical-coordinate representation of color #DDFAD7: hue angle of 109.71º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDFAD7 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 215 -
CMYK 0.12 0 0.14 0.02
HSL 109.71º 0.78% 0.91% -
HSV(B) 109.71º 0.14% 0.98% -
XYZ 76.27 88.65 77.38 -
YUV 237.34 115.39 116.35 -
System Red Green Blue C M Y K H S L
Decimal 221 250 215 0.12 0 0.14 0.02 109.71 0.78 0.91
Hex DD FA D7 C 0 E 2 6E 4E 5B
Octal 335 372 327 14 0 16 2 156 116 133
Binary 11011101 11111010 11010111 1100 0 1110 10 1101110 1001110 1011011

Color Harmonies of #DDFAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFAD7

Black with #DDFAD7

Text Example


Text Example

White with #DDFAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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