Html Css Color HEX #D5F0D3 Blue Romance

📋 copy color: '#D5F0D3'

red 213 ◦ green 240 ◦ blue 211

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

Shades of Blue Romance #D5F0D3

Tints of Blue Romance #D5F0D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.78%

R = 32.08%
G = 36.14%
B = 31.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#D5F0D3 (or 0xD5F0D3) is known color: Blue Romance. HEX triplet: D5, F0 and D3. RGB value is (213,240,211). Sum of RGB (Red+Green+Blue) = 213+240+211=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 211 (82.81% from 255 or 31.78% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F0D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F0D3 is #2A0F2C. Grayscale: #E4E4E4. Windows color (decimal): -2756397 or 13889749. OLE color: 13889749.

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

Color convert

RGB 213 240 211 -
CMYK 0.11 0 0.12 0.06
HSL 115.86º 0.49% 0.88% -
HSV(B) 115.86º 0.12% 0.94% -
XYZ 70.36 81.17 73.59 -
YUV 228.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 213 240 211 0.11 0 0.12 0.06 115.86 0.49 0.88
Hex D5 F0 D3 B 0 C 6 74 31 58
Octal 325 360 323 13 0 14 6 164 61 130
Binary 11010101 11110000 11010011 1011 0 1100 110 1110100 110001 1011000

Color Harmonies of #D5F0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F0D3

Black with #D5F0D3

Text Example


Text Example

White with #D5F0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F0D3; }

 p { color: rgb(213,240,211); }

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

background-color css

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

 a { background-color: rgb(213,240,211); }

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

border-color css

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

 span { border-color: rgb(213,240,211); }

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