Html Css Color HEX #D6FBD2 Blue Romance

📋 copy color: '#D6FBD2'

red 214 ◦ green 251 ◦ blue 210

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

Shades of Blue Romance #D6FBD2

Tints of Blue Romance #D6FBD2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.19%

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

R = 31.7%
G = 37.19%
B = 31.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#D6FBD2 (or 0xD6FBD2) is known color: Blue Romance. HEX triplet: D6, FB and D2. RGB value is (214,251,210). Sum of RGB (Red+Green+Blue) = 214+251+210=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 210 (82.42% from 255 or 31.11% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FBD2 is #29042D. Grayscale: #EBEBEB. Windows color (decimal): -2688046 or 13827030. OLE color: 13827030.

HSL color Cylindrical-coordinate representation of color #D6FBD2: hue angle of 114.15º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6FBD2 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 251 210 -
CMYK 0.15 0 0.16 0.02
HSL 114.15º 0.84% 0.9% -
HSV(B) 114.15º 0.16% 0.98% -
XYZ 73.86 87.94 74.05 -
YUV 235.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 214 251 210 0.15 0 0.16 0.02 114.15 0.84 0.9
Hex D6 FB D2 F 0 10 2 72 54 5A
Octal 326 373 322 17 0 20 2 162 124 132
Binary 11010110 11111011 11010010 1111 0 10000 10 1110010 1010100 1011010

Color Harmonies of #D6FBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FBD2

Black with #D6FBD2

Text Example


Text Example

White with #D6FBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FBD2; }

 p { color: rgb(214,251,210); }

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

background-color css

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

 a { background-color: rgb(214,251,210); }

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

border-color css

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

 span { border-color: rgb(214,251,210); }

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