Html Css Color HEX #DAFBD5 Blue Romance

📋 copy color: '#DAFBD5'

red 218 ◦ green 251 ◦ blue 213

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

Shades of Blue Romance #DAFBD5

Tints of Blue Romance #DAFBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.23%

R = 31.96%
G = 36.8%
B = 31.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#DAFBD5 (or 0xDAFBD5) is known color: Blue Romance. HEX triplet: DA, FB and D5. RGB value is (218,251,213). Sum of RGB (Red+Green+Blue) = 218+251+213=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 213 (83.59% from 255 or 31.23% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBD5 is #25042A. Grayscale: #ECECEC. Windows color (decimal): -2425899 or 14023642. OLE color: 14023642.

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

Color convert

RGB 218 251 213 -
CMYK 0.13 0 0.15 0.02
HSL 112.11º 0.83% 0.91% -
HSV(B) 112.11º 0.15% 0.98% -
XYZ 75.42 88.7 76.1 -
YUV 236.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 218 251 213 0.13 0 0.15 0.02 112.11 0.83 0.91
Hex DA FB D5 D 0 F 2 70 53 5B
Octal 332 373 325 15 0 17 2 160 123 133
Binary 11011010 11111011 11010101 1101 0 1111 10 1110000 1010011 1011011

Color Harmonies of #DAFBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBD5

Black with #DAFBD5

Text Example


Text Example

White with #DAFBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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