Html Css Color HEX #D6FBCE Blue Romance

📋 copy color: '#D6FBCE'

red 214 ◦ green 251 ◦ blue 206

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

Shades of Blue Romance #D6FBCE

Tints of Blue Romance #D6FBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.7%

R = 31.89%
G = 37.41%
B = 30.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#D6FBCE (or 0xD6FBCE) is known color: Blue Romance. HEX triplet: D6, FB and CE. RGB value is (214,251,206). Sum of RGB (Red+Green+Blue) = 214+251+206=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FBCE is #290431. Grayscale: #EAEAEA. Windows color (decimal): -2688050 or 13564886. OLE color: 13564886.

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

Color convert

RGB 214 251 206 -
CMYK 0.15 0 0.18 0.02
HSL 109.33º 0.85% 0.9% -
HSV(B) 109.33º 0.18% 0.98% -
XYZ 73.37 87.75 71.46 -
YUV 234.81 111.74 113.16 -
System Red Green Blue C M Y K H S L
Decimal 214 251 206 0.15 0 0.18 0.02 109.33 0.85 0.9
Hex D6 FB CE F 0 12 2 6D 55 5A
Octal 326 373 316 17 0 22 2 155 125 132
Binary 11010110 11111011 11001110 1111 0 10010 10 1101101 1010101 1011010

Color Harmonies of #D6FBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FBCE

Black with #D6FBCE

Text Example


Text Example

White with #D6FBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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