Html Css Color HEX #DCE695 Primrose

📋 copy color: '#DCE695'

red 220 ◦ green 230 ◦ blue 149

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

Shades of Primrose #DCE695

Tints of Primrose #DCE695

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.4%

 BLUE value IS 149 (58.59% from 255) = 24.87%

R = 36.73%
G = 38.4%
B = 24.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#DCE695 (or 0xDCE695) is known color: Primrose. HEX triplet: DC, E6 and 95. RGB value is (220,230,149). Sum of RGB (Red+Green+Blue) = 220+230+149=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE695 is #23196A. Grayscale: #DADADA. Windows color (decimal): -2300267 or 9823964. OLE color: 9823964.

HSL color Cylindrical-coordinate representation of color #DCE695: hue angle of 67.41º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCE695 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 230 149 -
CMYK 0.04 0 0.35 0.10
HSL 67.41º 0.62% 0.74% -
HSV(B) 67.41º 0.35% 0.9% -
XYZ 63.24 73.98 39.38 -
YUV 217.78 89.19 129.59 -
System Red Green Blue C M Y K H S L
Decimal 220 230 149 0.04 0 0.35 0.10 67.41 0.62 0.74
Hex DC E6 95 4 0 23 A 43 3E 4A
Octal 334 346 225 4 0 43 12 103 76 112
Binary 11011100 11100110 10010101 100 0 100011 1010 1000011 111110 1001010

Color Harmonies of #DCE695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE695

Black with #DCE695

Text Example


Text Example

White with #DCE695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE695; }

 p { color: rgb(220,230,149); }

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

background-color css

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

 a { background-color: rgb(220,230,149); }

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

border-color css

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

 span { border-color: rgb(220,230,149); }

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