Html Css Color HEX #DDFDD4 Blue Romance

📋 copy color: '#DDFDD4'

red 221 ◦ green 253 ◦ blue 212

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

Shades of Blue Romance #DDFDD4

Tints of Blue Romance #DDFDD4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.88%

 BLUE value IS 212 (83.2% from 255) = 30.9%

R = 32.22%
G = 36.88%
B = 30.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#DDFDD4 (or 0xDDFDD4) is known color: Blue Romance. HEX triplet: DD, FD and D4. RGB value is (221,253,212). Sum of RGB (Red+Green+Blue) = 221+253+212=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 212 (83.20% from 255 or 30.90% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDD4 is #22022B. Grayscale: #EEEEEE. Windows color (decimal): -2228780 or 13958621. OLE color: 13958621.

HSL color Cylindrical-coordinate representation of color #DDFDD4: hue angle of 106.83º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDFDD4 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 212 -
CMYK 0.13 0 0.16 0.01
HSL 106.83º 0.91% 0.91% -
HSV(B) 106.83º 0.16% 0.99% -
XYZ 76.83 90.38 75.68 -
YUV 238.76 112.9 115.33 -
System Red Green Blue C M Y K H S L
Decimal 221 253 212 0.13 0 0.16 0.01 106.83 0.91 0.91
Hex DD FD D4 D 0 10 1 6B 5B 5B
Octal 335 375 324 15 0 20 1 153 133 133
Binary 11011101 11111101 11010100 1101 0 10000 1 1101011 1011011 1011011

Color Harmonies of #DDFDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDD4

Black with #DDFDD4

Text Example


Text Example

White with #DDFDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDD4; }

 p { color: rgb(221,253,212); }

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

background-color css

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

 a { background-color: rgb(221,253,212); }

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

border-color css

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

 span { border-color: rgb(221,253,212); }

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