Html Css Color HEX #D4E2D2 Blue Romance

📋 copy color: '#D4E2D2'

red 212 ◦ green 226 ◦ blue 210

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

Shades of Blue Romance #D4E2D2

Tints of Blue Romance #D4E2D2

RGB

 RED value IS 212 (83.2% from 255) = 32.72%

 GREEN value IS 226 (88.67% from 255) = 34.88%

 BLUE value IS 210 (82.42% from 255) = 32.41%

R = 32.72%
G = 34.88%
B = 32.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#D4E2D2 (or 0xD4E2D2) is known color: Blue Romance. HEX triplet: D4, E2 and D2. RGB value is (212,226,210). Sum of RGB (Red+Green+Blue) = 212+226+210=648 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.72% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E2D2 is #2B1D2D. Grayscale: #DCDCDC. Windows color (decimal): -2825518 or 13820628. OLE color: 13820628.

HSL color Cylindrical-coordinate representation of color #D4E2D2: hue angle of 112.5º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4E2D2 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 226 210 -
CMYK 0.06 0 0.07 0.11
HSL 112.5º 0.22% 0.85% -
HSV(B) 112.5º 0.07% 0.89% -
XYZ 65.98 73.04 71.59 -
YUV 219.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 212 226 210 0.06 0 0.07 0.11 112.5 0.22 0.85
Hex D4 E2 D2 6 0 7 B 70 16 55
Octal 324 342 322 6 0 7 13 160 26 125
Binary 11010100 11100010 11010010 110 0 111 1011 1110000 10110 1010101

Color Harmonies of #D4E2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E2D2

Black with #D4E2D2

Text Example


Text Example

White with #D4E2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E2D2; }

 p { color: rgb(212,226,210); }

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

background-color css

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

 a { background-color: rgb(212,226,210); }

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

border-color css

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

 span { border-color: rgb(212,226,210); }

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