Html Css Color HEX #DAEFD4 Blue Romance

📋 copy color: '#DAEFD4'

red 218 ◦ green 239 ◦ blue 212

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

Shades of Blue Romance #DAEFD4

Tints of Blue Romance #DAEFD4

RGB

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

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

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

R = 32.59%
G = 35.72%
B = 31.69%

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

#DAEFD4 (or 0xDAEFD4) is known color: Blue Romance. HEX triplet: DA, EF and D4. RGB value is (218,239,212). Sum of RGB (Red+Green+Blue) = 218+239+212=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFD4 is #25102B. Grayscale: #E5E5E5. Windows color (decimal): -2428972 or 13955034. OLE color: 13955034.

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

Color convert

RGB 218 239 212 -
CMYK 0.09 0 0.11 0.06
HSL 106.67º 0.46% 0.88% -
HSV(B) 106.67º 0.11% 0.94% -
XYZ 71.66 81.39 74.22 -
YUV 229.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 218 239 212 0.09 0 0.11 0.06 106.67 0.46 0.88
Hex DA EF D4 9 0 B 6 6B 2E 58
Octal 332 357 324 11 0 13 6 153 56 130
Binary 11011010 11101111 11010100 1001 0 1011 110 1101011 101110 1011000

Color Harmonies of #DAEFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFD4

Black with #DAEFD4

Text Example


Text Example

White with #DAEFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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