Html Css Color HEX #D5EFAC Reef

📋 copy color: '#D5EFAC'

red 213 ◦ green 239 ◦ blue 172

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

Shades of Reef #D5EFAC

Tints of Reef #D5EFAC

RGB

 RED value IS 213 (83.59% from 255) = 34.13%

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

 BLUE value IS 172 (67.58% from 255) = 27.56%

R = 34.13%
G = 38.3%
B = 27.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#D5EFAC (or 0xD5EFAC) is known color: Reef. HEX triplet: D5, EF and AC. RGB value is (213,239,172). Sum of RGB (Red+Green+Blue) = 213+239+172=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EFAC is #2A1053. Grayscale: #DFDFDF. Windows color (decimal): -2756692 or 11333589. OLE color: 11333589.

HSL color Cylindrical-coordinate representation of color #D5EFAC: hue angle of 83.28º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5EFAC is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 239 172 -
CMYK 0.11 0 0.28 0.06
HSL 83.28º 0.68% 0.81% -
HSV(B) 83.28º 0.28% 0.94% -
XYZ 65.75 78.86 50.79 -
YUV 223.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 213 239 172 0.11 0 0.28 0.06 83.28 0.68 0.81
Hex D5 EF AC B 0 1C 6 53 44 51
Octal 325 357 254 13 0 34 6 123 104 121
Binary 11010101 11101111 10101100 1011 0 11100 110 1010011 1000100 1010001

Color Harmonies of #D5EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EFAC

Black with #D5EFAC

Text Example


Text Example

White with #D5EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EFAC; }

 p { color: rgb(213,239,172); }

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

background-color css

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

 a { background-color: rgb(213,239,172); }

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

border-color css

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

 span { border-color: rgb(213,239,172); }

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