Html Css Color HEX #DAEDB2 Reef

📋 copy color: '#DAEDB2'

red 218 ◦ green 237 ◦ blue 178

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

Shades of Reef #DAEDB2

Tints of Reef #DAEDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.12%

R = 34.44%
G = 37.44%
B = 28.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#DAEDB2 (or 0xDAEDB2) is known color: Reef. HEX triplet: DA, ED and B2. RGB value is (218,237,178). Sum of RGB (Red+Green+Blue) = 218+237+178=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEDB2 is #25124D. Grayscale: #E0E0E0. Windows color (decimal): -2429518 or 11726298. OLE color: 11726298.

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

Color convert

RGB 218 237 178 -
CMYK 0.08 0 0.25 0.07
HSL 79.32º 0.62% 0.81% -
HSV(B) 79.32º 0.25% 0.93% -
XYZ 67.23 78.69 53.76 -
YUV 224.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 218 237 178 0.08 0 0.25 0.07 79.32 0.62 0.81
Hex DA ED B2 8 0 19 7 4F 3E 51
Octal 332 355 262 10 0 31 7 117 76 121
Binary 11011010 11101101 10110010 1000 0 11001 111 1001111 111110 1010001

Color Harmonies of #DAEDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDB2

Black with #DAEDB2

Text Example


Text Example

White with #DAEDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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