Html Css Color HEX #DEF0B3 Reef

📋 copy color: '#DEF0B3'

red 222 ◦ green 240 ◦ blue 179

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

Shades of Reef #DEF0B3

Tints of Reef #DEF0B3

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.44%

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

R = 34.63%
G = 37.44%
B = 27.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#DEF0B3 (or 0xDEF0B3) is known color: Reef. HEX triplet: DE, F0 and B3. RGB value is (222,240,179). Sum of RGB (Red+Green+Blue) = 222+240+179=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 179 (70.31% from 255 or 27.93% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF0B3 is #210F4C. Grayscale: #E3E3E3. Windows color (decimal): -2166605 or 11792606. OLE color: 11792606.

HSL color Cylindrical-coordinate representation of color #DEF0B3: hue angle of 77.7º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEF0B3 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 240 179 -
CMYK 0.08 0 0.25 0.06
HSL 77.7º 0.67% 0.82% -
HSV(B) 77.7º 0.25% 0.94% -
XYZ 69.42 81.1 54.64 -
YUV 227.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 222 240 179 0.08 0 0.25 0.06 77.7 0.67 0.82
Hex DE F0 B3 8 0 19 6 4E 43 52
Octal 336 360 263 10 0 31 6 116 103 122
Binary 11011110 11110000 10110011 1000 0 11001 110 1001110 1000011 1010010

Color Harmonies of #DEF0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF0B3

Black with #DEF0B3

Text Example


Text Example

White with #DEF0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF0B3; }

 p { color: rgb(222,240,179); }

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

background-color css

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

 a { background-color: rgb(222,240,179); }

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

border-color css

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

 span { border-color: rgb(222,240,179); }

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