Html Css Color HEX #DAFBD4 Blue Romance

📋 copy color: '#DAFBD4'

red 218 ◦ green 251 ◦ blue 212

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

Shades of Blue Romance #DAFBD4

Tints of Blue Romance #DAFBD4

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.86%

 BLUE value IS 212 (83.2% from 255) = 31.13%

R = 32.01%
G = 36.86%
B = 31.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#DAFBD4 (or 0xDAFBD4) is known color: Blue Romance. HEX triplet: DA, FB and D4. RGB value is (218,251,212). Sum of RGB (Red+Green+Blue) = 218+251+212=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 212 (83.20% from 255 or 31.13% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBD4 is #25042B. Grayscale: #ECECEC. Windows color (decimal): -2425900 or 13958106. OLE color: 13958106.

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

Color convert

RGB 218 251 212 -
CMYK 0.13 0 0.16 0.02
HSL 110.77º 0.83% 0.91% -
HSV(B) 110.77º 0.16% 0.98% -
XYZ 75.29 88.65 75.43 -
YUV 236.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 218 251 212 0.13 0 0.16 0.02 110.77 0.83 0.91
Hex DA FB D4 D 0 10 2 6F 53 5B
Octal 332 373 324 15 0 20 2 157 123 133
Binary 11011010 11111011 11010100 1101 0 10000 10 1101111 1010011 1011011

Color Harmonies of #DAFBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBD4

Black with #DAFBD4

Text Example


Text Example

White with #DAFBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBD4; }

 p { color: rgb(218,251,212); }

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

background-color css

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

 a { background-color: rgb(218,251,212); }

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

border-color css

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

 span { border-color: rgb(218,251,212); }

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