Html Css Color HEX #DAEFB1 Reef

📋 copy color: '#DAEFB1'

red 218 ◦ green 239 ◦ blue 177

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

Shades of Reef #DAEFB1

Tints of Reef #DAEFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.92%

R = 34.38%
G = 37.7%
B = 27.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#DAEFB1 (or 0xDAEFB1) is known color: Reef. HEX triplet: DA, EF and B1. RGB value is (218,239,177). Sum of RGB (Red+Green+Blue) = 218+239+177=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEFB1 is #25104E. Grayscale: #E1E1E1. Windows color (decimal): -2429007 or 11661274. OLE color: 11661274.

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

Color convert

RGB 218 239 177 -
CMYK 0.09 0 0.26 0.06
HSL 80.32º 0.66% 0.82% -
HSV(B) 80.32º 0.26% 0.94% -
XYZ 67.72 79.81 53.43 -
YUV 225.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 218 239 177 0.09 0 0.26 0.06 80.32 0.66 0.82
Hex DA EF B1 9 0 1A 6 50 42 52
Octal 332 357 261 11 0 32 6 120 102 122
Binary 11011010 11101111 10110001 1001 0 11010 110 1010000 1000010 1010010

Color Harmonies of #DAEFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFB1

Black with #DAEFB1

Text Example


Text Example

White with #DAEFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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