Html Css Color HEX #DAF0D2 Blue Romance

📋 copy color: '#DAF0D2'

red 218 ◦ green 240 ◦ blue 210

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

Shades of Blue Romance #DAF0D2

Tints of Blue Romance #DAF0D2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.93%

 BLUE value IS 210 (82.42% from 255) = 31.44%

R = 32.63%
G = 35.93%
B = 31.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#DAF0D2 (or 0xDAF0D2) is known color: Blue Romance. HEX triplet: DA, F0 and D2. RGB value is (218,240,210). Sum of RGB (Red+Green+Blue) = 218+240+210=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0D2 is #250F2D. Grayscale: #E6E6E6. Windows color (decimal): -2428718 or 13824218. OLE color: 13824218.

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

Color convert

RGB 218 240 210 -
CMYK 0.09 0 0.12 0.06
HSL 104º 0.5% 0.88% -
HSV(B) 104º 0.13% 0.94% -
XYZ 71.71 81.88 73 -
YUV 230 116.71 119.44 -
System Red Green Blue C M Y K H S L
Decimal 218 240 210 0.09 0 0.12 0.06 104 0.5 0.88
Hex DA F0 D2 9 0 C 6 68 32 58
Octal 332 360 322 11 0 14 6 150 62 130
Binary 11011010 11110000 11010010 1001 0 1100 110 1101000 110010 1011000

Color Harmonies of #DAF0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF0D2

Black with #DAF0D2

Text Example


Text Example

White with #DAF0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF0D2; }

 p { color: rgb(218,240,210); }

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

background-color css

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

 a { background-color: rgb(218,240,210); }

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

border-color css

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

 span { border-color: rgb(218,240,210); }

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