Html Css Color HEX #DEEFAB Reef

📋 copy color: '#DEEFAB'

red 222 ◦ green 239 ◦ blue 171

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

Shades of Reef #DEEFAB

Tints of Reef #DEEFAB

RGB

 RED value IS 222 (87.11% from 255) = 35.13%

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

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

R = 35.13%
G = 37.82%
B = 27.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#DEEFAB (or 0xDEEFAB) is known color: Reef. HEX triplet: DE, EF and AB. RGB value is (222,239,171). Sum of RGB (Red+Green+Blue) = 222+239+171=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEFAB is #211054. Grayscale: #E2E2E2. Windows color (decimal): -2166869 or 11268062. OLE color: 11268062.

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

Color convert

RGB 222 239 171 -
CMYK 0.07 0 0.28 0.06
HSL 75º 0.68% 0.8% -
HSV(B) 75º 0.28% 0.94% -
XYZ 68.34 80.2 50.41 -
YUV 226.17 96.87 125.03 -
System Red Green Blue C M Y K H S L
Decimal 222 239 171 0.07 0 0.28 0.06 75 0.68 0.8
Hex DE EF AB 7 0 1C 6 4B 44 50
Octal 336 357 253 7 0 34 6 113 104 120
Binary 11011110 11101111 10101011 111 0 11100 110 1001011 1000100 1010000

Color Harmonies of #DEEFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEFAB

Black with #DEEFAB

Text Example


Text Example

White with #DEEFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEFAB; }

 p { color: rgb(222,239,171); }

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

background-color css

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

 a { background-color: rgb(222,239,171); }

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

border-color css

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

 span { border-color: rgb(222,239,171); }

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