Html Css Color HEX #D6F4D3 Blue Romance

📋 copy color: '#D6F4D3'

red 214 ◦ green 244 ◦ blue 211

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

Shades of Blue Romance #D6F4D3

Tints of Blue Romance #D6F4D3

RGB

 RED value IS 214 (83.98% from 255) = 31.99%

 GREEN value IS 244 (95.7% from 255) = 36.47%

 BLUE value IS 211 (82.81% from 255) = 31.54%

R = 31.99%
G = 36.47%
B = 31.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#D6F4D3 (or 0xD6F4D3) is known color: Blue Romance. HEX triplet: D6, F4 and D3. RGB value is (214,244,211). Sum of RGB (Red+Green+Blue) = 214+244+211=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F4D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F4D3 is #290B2C. Grayscale: #E7E7E7. Windows color (decimal): -2689837 or 13890774. OLE color: 13890774.

HSL color Cylindrical-coordinate representation of color #D6F4D3: hue angle of 114.55º degrees, saturation: 0.6, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6F4D3 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 244 211 -
CMYK 0.12 0 0.14 0.04
HSL 114.55º 0.6% 0.89% -
HSV(B) 114.55º 0.14% 0.96% -
XYZ 71.84 83.7 74 -
YUV 231.27 116.56 115.68 -
System Red Green Blue C M Y K H S L
Decimal 214 244 211 0.12 0 0.14 0.04 114.55 0.6 0.89
Hex D6 F4 D3 C 0 E 4 73 3C 59
Octal 326 364 323 14 0 16 4 163 74 131
Binary 11010110 11110100 11010011 1100 0 1110 100 1110011 111100 1011001

Color Harmonies of #D6F4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F4D3

Black with #D6F4D3

Text Example


Text Example

White with #D6F4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F4D3; }

 p { color: rgb(214,244,211); }

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

background-color css

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

 a { background-color: rgb(214,244,211); }

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

border-color css

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

 span { border-color: rgb(214,244,211); }

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