Html Css Color HEX #D2E18C Sulu

📋 copy color: '#D2E18C'

red 210 ◦ green 225 ◦ blue 140

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

Shades of Sulu #D2E18C

Tints of Sulu #D2E18C

RGB

 RED value IS 210 (82.42% from 255) = 36.52%

 GREEN value IS 225 (88.28% from 255) = 39.13%

 BLUE value IS 140 (55.08% from 255) = 24.35%

R = 36.52%
G = 39.13%
B = 24.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#D2E18C (or 0xD2E18C) is known color: Sulu. HEX triplet: D2, E1 and 8C. RGB value is (210,225,140). Sum of RGB (Red+Green+Blue) = 210+225+140=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E18C is #2D1E73. Grayscale: #D3D3D3. Windows color (decimal): -2956916 or 9232850. OLE color: 9232850.

HSL color Cylindrical-coordinate representation of color #D2E18C: hue angle of 70.59º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2E18C is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 140 -
CMYK 0.07 0 0.38 0.12
HSL 70.59º 0.59% 0.72% -
HSV(B) 70.59º 0.38% 0.88% -
XYZ 58.24 69.45 35.15 -
YUV 210.83 88.03 127.41 -
System Red Green Blue C M Y K H S L
Decimal 210 225 140 0.07 0 0.38 0.12 70.59 0.59 0.72
Hex D2 E1 8C 7 0 26 C 47 3B 48
Octal 322 341 214 7 0 46 14 107 73 110
Binary 11010010 11100001 10001100 111 0 100110 1100 1000111 111011 1001000

Color Harmonies of #D2E18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E18C

Black with #D2E18C

Text Example


Text Example

White with #D2E18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E18C; }

 p { color: rgb(210,225,140); }

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

background-color css

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

 a { background-color: rgb(210,225,140); }

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

border-color css

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

 span { border-color: rgb(210,225,140); }

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