Html Css Color HEX #D6FDCD Blue Romance

📋 copy color: '#D6FDCD'

red 214 ◦ green 253 ◦ blue 205

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

Shades of Blue Romance #D6FDCD

Tints of Blue Romance #D6FDCD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.65%

 BLUE value IS 205 (80.47% from 255) = 30.51%

R = 31.85%
G = 37.65%
B = 30.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#D6FDCD (or 0xD6FDCD) is known color: Blue Romance. HEX triplet: D6, FD and CD. RGB value is (214,253,205). Sum of RGB (Red+Green+Blue) = 214+253+205=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FDCD is #290232. Grayscale: #ECECEC. Windows color (decimal): -2687539 or 13499862. OLE color: 13499862.

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

Color convert

RGB 214 253 205 -
CMYK 0.15 0 0.19 0.01
HSL 108.75º 0.92% 0.9% -
HSV(B) 108.75º 0.19% 0.99% -
XYZ 73.88 88.95 71.03 -
YUV 235.87 110.58 112.4 -
System Red Green Blue C M Y K H S L
Decimal 214 253 205 0.15 0 0.19 0.01 108.75 0.92 0.9
Hex D6 FD CD F 0 13 1 6D 5C 5A
Octal 326 375 315 17 0 23 1 155 134 132
Binary 11010110 11111101 11001101 1111 0 10011 1 1101101 1011100 1011010

Color Harmonies of #D6FDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FDCD

Black with #D6FDCD

Text Example


Text Example

White with #D6FDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FDCD; }

 p { color: rgb(214,253,205); }

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

background-color css

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

 a { background-color: rgb(214,253,205); }

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

border-color css

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

 span { border-color: rgb(214,253,205); }

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