Html Css Color HEX #DAEBB4 Reef

📋 copy color: '#DAEBB4'

red 218 ◦ green 235 ◦ blue 180

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

Shades of Reef #DAEBB4

Tints of Reef #DAEBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.44%

R = 34.44%
G = 37.12%
B = 28.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#DAEBB4 (or 0xDAEBB4) is known color: Reef. HEX triplet: DA, EB and B4. RGB value is (218,235,180). Sum of RGB (Red+Green+Blue) = 218+235+180=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBB4 is #25144B. Grayscale: #DFDFDF. Windows color (decimal): -2430028 or 11856858. OLE color: 11856858.

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

Color convert

RGB 218 235 180 -
CMYK 0.07 0 0.23 0.08
HSL 78.55º 0.58% 0.81% -
HSV(B) 78.55º 0.23% 0.92% -
XYZ 66.86 77.62 54.64 -
YUV 223.65 103.37 123.97 -
System Red Green Blue C M Y K H S L
Decimal 218 235 180 0.07 0 0.23 0.08 78.55 0.58 0.81
Hex DA EB B4 7 0 17 8 4F 3A 51
Octal 332 353 264 7 0 27 10 117 72 121
Binary 11011010 11101011 10110100 111 0 10111 1000 1001111 111010 1010001

Color Harmonies of #DAEBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBB4

Black with #DAEBB4

Text Example


Text Example

White with #DAEBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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