Html Css Color HEX #D4FAAB Reef

📋 copy color: '#D4FAAB'

red 212 ◦ green 250 ◦ blue 171

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

Shades of Reef #D4FAAB

Tints of Reef #D4FAAB

RGB

 RED value IS 212 (83.2% from 255) = 33.49%

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

 BLUE value IS 171 (67.19% from 255) = 27.01%

R = 33.49%
G = 39.49%
B = 27.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#D4FAAB (or 0xD4FAAB) is known color: Reef. HEX triplet: D4, FA and AB. RGB value is (212,250,171). Sum of RGB (Red+Green+Blue) = 212+250+171=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FAAB is #2B0554. Grayscale: #E5E5E5. Windows color (decimal): -2819413 or 11270868. OLE color: 11270868.

HSL color Cylindrical-coordinate representation of color #D4FAAB: hue angle of 88.86º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4FAAB is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 250 171 -
CMYK 0.15 0 0.32 0.02
HSL 88.86º 0.89% 0.83% -
HSV(B) 88.86º 0.32% 0.98% -
XYZ 68.69 85.31 51.37 -
YUV 229.63 94.91 115.42 -
System Red Green Blue C M Y K H S L
Decimal 212 250 171 0.15 0 0.32 0.02 88.86 0.89 0.83
Hex D4 FA AB F 0 20 2 59 59 53
Octal 324 372 253 17 0 40 2 131 131 123
Binary 11010100 11111010 10101011 1111 0 100000 10 1011001 1011001 1010011

Color Harmonies of #D4FAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FAAB

Black with #D4FAAB

Text Example


Text Example

White with #D4FAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FAAB; }

 p { color: rgb(212,250,171); }

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

background-color css

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

 a { background-color: rgb(212,250,171); }

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

border-color css

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

 span { border-color: rgb(212,250,171); }

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