Html Css Color HEX #D5F2D1 Blue Romance

📋 copy color: '#D5F2D1'

red 213 ◦ green 242 ◦ blue 209

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

Shades of Blue Romance #D5F2D1

Tints of Blue Romance #D5F2D1

RGB

 RED value IS 213 (83.59% from 255) = 32.08%

 GREEN value IS 242 (94.92% from 255) = 36.45%

 BLUE value IS 209 (82.03% from 255) = 31.48%

R = 32.08%
G = 36.45%
B = 31.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#D5F2D1 (or 0xD5F2D1) is known color: Blue Romance. HEX triplet: D5, F2 and D1. RGB value is (213,242,209). Sum of RGB (Red+Green+Blue) = 213+242+209=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F2D1 is #2A0D2E. Grayscale: #E5E5E5. Windows color (decimal): -2755887 or 13759189. OLE color: 13759189.

HSL color Cylindrical-coordinate representation of color #D5F2D1: hue angle of 112.73º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5F2D1 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 242 209 -
CMYK 0.12 0 0.14 0.05
HSL 112.73º 0.56% 0.88% -
HSV(B) 112.73º 0.14% 0.95% -
XYZ 70.7 82.25 72.47 -
YUV 229.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 213 242 209 0.12 0 0.14 0.05 112.73 0.56 0.88
Hex D5 F2 D1 C 0 E 5 71 38 58
Octal 325 362 321 14 0 16 5 161 70 130
Binary 11010101 11110010 11010001 1100 0 1110 101 1110001 111000 1011000

Color Harmonies of #D5F2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F2D1

Black with #D5F2D1

Text Example


Text Example

White with #D5F2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F2D1; }

 p { color: rgb(213,242,209); }

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

background-color css

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

 a { background-color: rgb(213,242,209); }

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

border-color css

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

 span { border-color: rgb(213,242,209); }

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