Html Css Color HEX #DCEFB2 Reef

📋 copy color: '#DCEFB2'

red 220 ◦ green 239 ◦ blue 178

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

Shades of Reef #DCEFB2

Tints of Reef #DCEFB2

RGB

 RED value IS 220 (86.33% from 255) = 34.54%

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

 BLUE value IS 178 (69.92% from 255) = 27.94%

R = 34.54%
G = 37.52%
B = 27.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#DCEFB2 (or 0xDCEFB2) is known color: Reef. HEX triplet: DC, EF and B2. RGB value is (220,239,178). Sum of RGB (Red+Green+Blue) = 220+239+178=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 178 (69.92% from 255 or 27.94% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFB2 is #23104D. Grayscale: #E2E2E2. Windows color (decimal): -2297934 or 11726812. OLE color: 11726812.

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

Color convert

RGB 220 239 178 -
CMYK 0.08 0 0.26 0.06
HSL 78.69º 0.66% 0.82% -
HSV(B) 78.69º 0.26% 0.94% -
XYZ 68.42 80.16 53.99 -
YUV 226.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 220 239 178 0.08 0 0.26 0.06 78.69 0.66 0.82
Hex DC EF B2 8 0 1A 6 4F 42 52
Octal 334 357 262 10 0 32 6 117 102 122
Binary 11011100 11101111 10110010 1000 0 11010 110 1001111 1000010 1010010

Color Harmonies of #DCEFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFB2

Black with #DCEFB2

Text Example


Text Example

White with #DCEFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFB2; }

 p { color: rgb(220,239,178); }

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

background-color css

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

 a { background-color: rgb(220,239,178); }

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

border-color css

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

 span { border-color: rgb(220,239,178); }

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