Html Css Color HEX #DAFFD2 Blue Romance

📋 copy color: '#DAFFD2'

red 218 ◦ green 255 ◦ blue 210

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

Shades of Blue Romance #DAFFD2

Tints of Blue Romance #DAFFD2

RGB

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

 GREEN value IS 255 (100% from 255) = 37.34%

 BLUE value IS 210 (82.42% from 255) = 30.75%

R = 31.92%
G = 37.34%
B = 30.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#DAFFD2 (or 0xDAFFD2) is known color: Blue Romance. HEX triplet: DA, FF and D2. RGB value is (218,255,210). Sum of RGB (Red+Green+Blue) = 218+255+210=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 210 (82.42% from 255 or 30.75% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFD2 is #25002D. Grayscale: #EEEEEE. Windows color (decimal): -2424878 or 13828058. OLE color: 13828058.

HSL color Cylindrical-coordinate representation of color #DAFFD2: hue angle of 109.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAFFD2 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 210 -
CMYK 0.15 0 0.18 0
HSL 109.33º 1% 0.91% -
HSV(B) 109.33º 0.18% 1% -
XYZ 76.31 91.08 74.53 -
YUV 238.81 111.74 113.16 -
System Red Green Blue C M Y K H S L
Decimal 218 255 210 0.15 0 0.18 0 109.33 1 0.91
Hex DA FF D2 F 0 12 0 6D 64 5B
Octal 332 377 322 17 0 22 0 155 144 133
Binary 11011010 11111111 11010010 1111 0 10010 0 1101101 1100100 1011011

Color Harmonies of #DAFFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFD2

Black with #DAFFD2

Text Example


Text Example

White with #DAFFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFD2; }

 p { color: rgb(218,255,210); }

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

background-color css

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

 a { background-color: rgb(218,255,210); }

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

border-color css

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

 span { border-color: rgb(218,255,210); }

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