Html Css Color HEX #D6FFCE Blue Romance

📋 copy color: '#D6FFCE'

red 214 ◦ green 255 ◦ blue 206

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

Shades of Blue Romance #D6FFCE

Tints of Blue Romance #D6FFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 37.78%

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

R = 31.7%
G = 37.78%
B = 30.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#D6FFCE (or 0xD6FFCE) is known color: Blue Romance. HEX triplet: D6, FF and CE. RGB value is (214,255,206). Sum of RGB (Red+Green+Blue) = 214+255+206=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FFCE is #290031. Grayscale: #EDEDED. Windows color (decimal): -2687026 or 13565910. OLE color: 13565910.

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

Color convert

RGB 214 255 206 -
CMYK 0.16 0 0.19 0
HSL 110.2º 1% 0.9% -
HSV(B) 110.2º 0.19% 1% -
XYZ 74.63 90.27 71.88 -
YUV 237.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 214 255 206 0.16 0 0.19 0 110.2 1 0.9
Hex D6 FF CE 10 0 13 0 6E 64 5A
Octal 326 377 316 20 0 23 0 156 144 132
Binary 11010110 11111111 11001110 10000 0 10011 0 1101110 1100100 1011010

Color Harmonies of #D6FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FFCE

Black with #D6FFCE

Text Example


Text Example

White with #D6FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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