Html Css Color HEX #DAF3A5 Reef

📋 copy color: '#DAF3A5'

red 218 ◦ green 243 ◦ blue 165

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

Shades of Reef #DAF3A5

Tints of Reef #DAF3A5

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.82%

 BLUE value IS 165 (64.84% from 255) = 26.36%

R = 34.82%
G = 38.82%
B = 26.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#DAF3A5 (or 0xDAF3A5) is known color: Reef. HEX triplet: DA, F3 and A5. RGB value is (218,243,165). Sum of RGB (Red+Green+Blue) = 218+243+165=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 165 (64.84% from 255 or 26.36% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF3A5 is #250C5A. Grayscale: #E2E2E2. Windows color (decimal): -2427995 or 10875866. OLE color: 10875866.

HSL color Cylindrical-coordinate representation of color #DAF3A5: hue angle of 79.23º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAF3A5 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 243 165 -
CMYK 0.10 0 0.32 0.05
HSL 79.23º 0.76% 0.8% -
HSV(B) 79.23º 0.32% 0.95% -
XYZ 67.76 81.72 47.8 -
YUV 226.63 93.22 121.84 -
System Red Green Blue C M Y K H S L
Decimal 218 243 165 0.10 0 0.32 0.05 79.23 0.76 0.8
Hex DA F3 A5 A 0 20 5 4F 4C 50
Octal 332 363 245 12 0 40 5 117 114 120
Binary 11011010 11110011 10100101 1010 0 100000 101 1001111 1001100 1010000

Color Harmonies of #DAF3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF3A5

Black with #DAF3A5

Text Example


Text Example

White with #DAF3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF3A5; }

 p { color: rgb(218,243,165); }

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

background-color css

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

 a { background-color: rgb(218,243,165); }

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

border-color css

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

 span { border-color: rgb(218,243,165); }

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