Html Css Color HEX #DDEFD8 Blue Romance

📋 copy color: '#DDEFD8'

red 221 ◦ green 239 ◦ blue 216

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

Shades of Blue Romance #DDEFD8

Tints of Blue Romance #DDEFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.95%

R = 32.69%
G = 35.36%
B = 31.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#DDEFD8 (or 0xDDEFD8) is known color: Blue Romance. HEX triplet: DD, EF and D8. RGB value is (221,239,216). Sum of RGB (Red+Green+Blue) = 221+239+216=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 216 (84.77% from 255 or 31.95% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFD8 is #221027. Grayscale: #E7E7E7. Windows color (decimal): -2232360 or 14217181. OLE color: 14217181.

HSL color Cylindrical-coordinate representation of color #DDEFD8: hue angle of 106.96º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDEFD8 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 216 -
CMYK 0.08 0 0.10 0.06
HSL 106.96º 0.42% 0.89% -
HSV(B) 106.96º 0.1% 0.94% -
XYZ 73.08 82.06 76.95 -
YUV 231 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 221 239 216 0.08 0 0.10 0.06 106.96 0.42 0.89
Hex DD EF D8 8 0 A 6 6B 2A 59
Octal 335 357 330 10 0 12 6 153 52 131
Binary 11011101 11101111 11011000 1000 0 1010 110 1101011 101010 1011001

Color Harmonies of #DDEFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEFD8

Black with #DDEFD8

Text Example


Text Example

White with #DDEFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEFD8; }

 p { color: rgb(221,239,216); }

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

background-color css

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

 a { background-color: rgb(221,239,216); }

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

border-color css

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

 span { border-color: rgb(221,239,216); }

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