Html Css Color HEX #DAF9D1 Blue Romance

📋 copy color: '#DAF9D1'

red 218 ◦ green 249 ◦ blue 209

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

Shades of Blue Romance #DAF9D1

Tints of Blue Romance #DAF9D1

RGB

 RED value IS 218 (85.55% from 255) = 32.25%

 GREEN value IS 249 (97.66% from 255) = 36.83%

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

R = 32.25%
G = 36.83%
B = 30.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#DAF9D1 (or 0xDAF9D1) is known color: Blue Romance. HEX triplet: DA, F9 and D1. RGB value is (218,249,209). Sum of RGB (Red+Green+Blue) = 218+249+209=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 209 (82.03% from 255 or 30.92% from 676); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9D1 is #25062E. Grayscale: #EBEBEB. Windows color (decimal): -2426415 or 13760986. OLE color: 13760986.

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

Color convert

RGB 218 249 209 -
CMYK 0.12 0 0.16 0.02
HSL 106.5º 0.77% 0.9% -
HSV(B) 106.5º 0.16% 0.98% -
XYZ 74.3 87.26 73.25 -
YUV 235.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 218 249 209 0.12 0 0.16 0.02 106.5 0.77 0.9
Hex DA F9 D1 C 0 10 2 6A 4D 5A
Octal 332 371 321 14 0 20 2 152 115 132
Binary 11011010 11111001 11010001 1100 0 10000 10 1101010 1001101 1011010

Color Harmonies of #DAF9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF9D1

Black with #DAF9D1

Text Example


Text Example

White with #DAF9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF9D1; }

 p { color: rgb(218,249,209); }

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

background-color css

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

 a { background-color: rgb(218,249,209); }

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

border-color css

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

 span { border-color: rgb(218,249,209); }

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