Html Css Color HEX #DAEFD5 Blue Romance

📋 copy color: '#DAEFD5'

red 218 ◦ green 239 ◦ blue 213

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

Shades of Blue Romance #DAEFD5

Tints of Blue Romance #DAEFD5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.67%

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

R = 32.54%
G = 35.67%
B = 31.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#DAEFD5 (or 0xDAEFD5) is known color: Blue Romance. HEX triplet: DA, EF and D5. RGB value is (218,239,213). Sum of RGB (Red+Green+Blue) = 218+239+213=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFD5 is #25102A. Grayscale: #E5E5E5. Windows color (decimal): -2428971 or 14020570. OLE color: 14020570.

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

Color convert

RGB 218 239 213 -
CMYK 0.09 0 0.11 0.06
HSL 108.46º 0.45% 0.89% -
HSV(B) 108.46º 0.11% 0.94% -
XYZ 71.79 81.44 74.89 -
YUV 229.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 218 239 213 0.09 0 0.11 0.06 108.46 0.45 0.89
Hex DA EF D5 9 0 B 6 6C 2D 59
Octal 332 357 325 11 0 13 6 154 55 131
Binary 11011010 11101111 11010101 1001 0 1011 110 1101100 101101 1011001

Color Harmonies of #DAEFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFD5

Black with #DAEFD5

Text Example


Text Example

White with #DAEFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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