Html Css Color HEX #DAEBAF Reef

📋 copy color: '#DAEBAF'

red 218 ◦ green 235 ◦ blue 175

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

Shades of Reef #DAEBAF

Tints of Reef #DAEBAF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.42%

 BLUE value IS 175 (68.75% from 255) = 27.87%

R = 34.71%
G = 37.42%
B = 27.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#DAEBAF (or 0xDAEBAF) is known color: Reef. HEX triplet: DA, EB and AF. RGB value is (218,235,175). Sum of RGB (Red+Green+Blue) = 218+235+175=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBAF is #251450. Grayscale: #DFDFDF. Windows color (decimal): -2430033 or 11529178. OLE color: 11529178.

HSL color Cylindrical-coordinate representation of color #DAEBAF: hue angle of 77º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAEBAF is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 235 175 -
CMYK 0.07 0 0.26 0.08
HSL 77º 0.6% 0.8% -
HSV(B) 77º 0.26% 0.92% -
XYZ 66.36 77.42 52 -
YUV 223.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 218 235 175 0.07 0 0.26 0.08 77 0.6 0.8
Hex DA EB AF 7 0 1A 8 4D 3C 50
Octal 332 353 257 7 0 32 10 115 74 120
Binary 11011010 11101011 10101111 111 0 11010 1000 1001101 111100 1010000

Color Harmonies of #DAEBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBAF

Black with #DAEBAF

Text Example


Text Example

White with #DAEBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBAF; }

 p { color: rgb(218,235,175); }

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

background-color css

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

 a { background-color: rgb(218,235,175); }

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

border-color css

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

 span { border-color: rgb(218,235,175); }

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