Html Css Color HEX #DAEED3 Blue Romance

📋 copy color: '#DAEED3'

red 218 ◦ green 238 ◦ blue 211

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

Shades of Blue Romance #DAEED3

Tints of Blue Romance #DAEED3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.68%

 BLUE value IS 211 (82.81% from 255) = 31.63%

R = 32.68%
G = 35.68%
B = 31.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#DAEED3 (or 0xDAEED3) is known color: Blue Romance. HEX triplet: DA, EE and D3. RGB value is (218,238,211). Sum of RGB (Red+Green+Blue) = 218+238+211=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEED3 is #25112C. Grayscale: #E5E5E5. Windows color (decimal): -2429229 or 13889242. OLE color: 13889242.

HSL color Cylindrical-coordinate representation of color #DAEED3: hue angle of 104.44º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAEED3 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 238 211 -
CMYK 0.08 0 0.11 0.07
HSL 104.44º 0.44% 0.88% -
HSV(B) 104.44º 0.11% 0.93% -
XYZ 71.25 80.76 73.46 -
YUV 228.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 218 238 211 0.08 0 0.11 0.07 104.44 0.44 0.88
Hex DA EE D3 8 0 B 7 68 2C 58
Octal 332 356 323 10 0 13 7 150 54 130
Binary 11011010 11101110 11010011 1000 0 1011 111 1101000 101100 1011000

Color Harmonies of #DAEED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEED3

Black with #DAEED3

Text Example


Text Example

White with #DAEED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEED3; }

 p { color: rgb(218,238,211); }

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

background-color css

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

 a { background-color: rgb(218,238,211); }

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

border-color css

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

 span { border-color: rgb(218,238,211); }

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