Html Css Color HEX #D5E4B3 Reef

📋 copy color: '#D5E4B3'

red 213 ◦ green 228 ◦ blue 179

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

Shades of Reef #D5E4B3

Tints of Reef #D5E4B3

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.77%

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

R = 34.35%
G = 36.77%
B = 28.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#D5E4B3 (or 0xD5E4B3) is known color: Reef. HEX triplet: D5, E4 and B3. RGB value is (213,228,179). Sum of RGB (Red+Green+Blue) = 213+228+179=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 179 (70.31% from 255 or 28.87% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E4B3 is #2A1B4C. Grayscale: #DADADA. Windows color (decimal): -2759501 or 11789525. OLE color: 11789525.

HSL color Cylindrical-coordinate representation of color #D5E4B3: hue angle of 78.37º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5E4B3 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 228 179 -
CMYK 0.07 0 0.21 0.11
HSL 78.37º 0.48% 0.8% -
HSV(B) 78.37º 0.21% 0.89% -
XYZ 63.32 72.89 53.38 -
YUV 217.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 213 228 179 0.07 0 0.21 0.11 78.37 0.48 0.8
Hex D5 E4 B3 7 0 15 B 4E 30 50
Octal 325 344 263 7 0 25 13 116 60 120
Binary 11010101 11100100 10110011 111 0 10101 1011 1001110 110000 1010000

Color Harmonies of #D5E4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E4B3

Black with #D5E4B3

Text Example


Text Example

White with #D5E4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E4B3; }

 p { color: rgb(213,228,179); }

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

background-color css

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

 a { background-color: rgb(213,228,179); }

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

border-color css

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

 span { border-color: rgb(213,228,179); }

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