Html Css Color HEX #DAEDB3 Reef

📋 copy color: '#DAEDB3'

red 218 ◦ green 237 ◦ blue 179

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

Shades of Reef #DAEDB3

Tints of Reef #DAEDB3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.38%

 BLUE value IS 179 (70.31% from 255) = 28.23%

R = 34.38%
G = 37.38%
B = 28.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#DAEDB3 (or 0xDAEDB3) is known color: Reef. HEX triplet: DA, ED and B3. RGB value is (218,237,179). Sum of RGB (Red+Green+Blue) = 218+237+179=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDB3 is #25124C. Grayscale: #E0E0E0. Windows color (decimal): -2429517 or 11791834. OLE color: 11791834.

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

Color convert

RGB 218 237 179 -
CMYK 0.08 0 0.24 0.07
HSL 79.66º 0.62% 0.82% -
HSV(B) 79.66º 0.24% 0.93% -
XYZ 67.33 78.73 54.3 -
YUV 224.71 102.21 123.22 -
System Red Green Blue C M Y K H S L
Decimal 218 237 179 0.08 0 0.24 0.07 79.66 0.62 0.82
Hex DA ED B3 8 0 18 7 50 3E 52
Octal 332 355 263 10 0 30 7 120 76 122
Binary 11011010 11101101 10110011 1000 0 11000 111 1010000 111110 1010010

Color Harmonies of #DAEDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDB3

Black with #DAEDB3

Text Example


Text Example

White with #DAEDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDB3; }

 p { color: rgb(218,237,179); }

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

background-color css

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

 a { background-color: rgb(218,237,179); }

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

border-color css

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

 span { border-color: rgb(218,237,179); }

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