Html Css Color HEX #D3FAAE Reef

📋 copy color: '#D3FAAE'

red 211 ◦ green 250 ◦ blue 174

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

Shades of Reef #D3FAAE

Tints of Reef #D3FAAE

RGB

 RED value IS 211 (82.81% from 255) = 33.23%

 GREEN value IS 250 (98.05% from 255) = 39.37%

 BLUE value IS 174 (68.36% from 255) = 27.4%

R = 33.23%
G = 39.37%
B = 27.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#D3FAAE (or 0xD3FAAE) is known color: Reef. HEX triplet: D3, FA and AE. RGB value is (211,250,174). Sum of RGB (Red+Green+Blue) = 211+250+174=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FAAE is #2C0551. Grayscale: #E5E5E5. Windows color (decimal): -2884946 or 11467475. OLE color: 11467475.

HSL color Cylindrical-coordinate representation of color #D3FAAE: hue angle of 90.79º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3FAAE is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 250 174 -
CMYK 0.16 0 0.30 0.02
HSL 90.79º 0.88% 0.83% -
HSV(B) 90.79º 0.3% 0.98% -
XYZ 68.69 85.28 52.88 -
YUV 229.68 96.58 114.68 -
System Red Green Blue C M Y K H S L
Decimal 211 250 174 0.16 0 0.30 0.02 90.79 0.88 0.83
Hex D3 FA AE 10 0 1E 2 5B 58 53
Octal 323 372 256 20 0 36 2 133 130 123
Binary 11010011 11111010 10101110 10000 0 11110 10 1011011 1011000 1010011

Color Harmonies of #D3FAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FAAE

Black with #D3FAAE

Text Example


Text Example

White with #D3FAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FAAE; }

 p { color: rgb(211,250,174); }

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

background-color css

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

 a { background-color: rgb(211,250,174); }

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

border-color css

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

 span { border-color: rgb(211,250,174); }

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