Html Css Color HEX #D6F0D0 Blue Romance

📋 copy color: '#D6F0D0'

red 214 ◦ green 240 ◦ blue 208

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

Shades of Blue Romance #D6F0D0

Tints of Blue Romance #D6F0D0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.25%

 BLUE value IS 208 (81.64% from 255) = 31.42%

R = 32.33%
G = 36.25%
B = 31.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#D6F0D0 (or 0xD6F0D0) is known color: Blue Romance. HEX triplet: D6, F0 and D0. RGB value is (214,240,208). Sum of RGB (Red+Green+Blue) = 214+240+208=662 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.33% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F0D0 is #290F2F. Grayscale: #E4E4E4. Windows color (decimal): -2690864 or 13693142. OLE color: 13693142.

HSL color Cylindrical-coordinate representation of color #D6F0D0: hue angle of 108.75º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6F0D0 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 240 208 -
CMYK 0.11 0 0.13 0.06
HSL 108.75º 0.52% 0.88% -
HSV(B) 108.75º 0.13% 0.94% -
XYZ 70.28 81.17 71.64 -
YUV 228.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 214 240 208 0.11 0 0.13 0.06 108.75 0.52 0.88
Hex D6 F0 D0 B 0 D 6 6D 34 58
Octal 326 360 320 13 0 15 6 155 64 130
Binary 11010110 11110000 11010000 1011 0 1101 110 1101101 110100 1011000

Color Harmonies of #D6F0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F0D0

Black with #D6F0D0

Text Example


Text Example

White with #D6F0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F0D0; }

 p { color: rgb(214,240,208); }

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

background-color css

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

 a { background-color: rgb(214,240,208); }

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

border-color css

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

 span { border-color: rgb(214,240,208); }

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