Html Css Color HEX #9DDECA Scandal

📋 copy color: '#9DDECA'

red 157 ◦ green 222 ◦ blue 202

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

Shades of Scandal #9DDECA

Tints of Scandal #9DDECA

RGB

 RED value IS 157 (61.72% from 255) = 27.02%

 GREEN value IS 222 (87.11% from 255) = 38.21%

 BLUE value IS 202 (79.3% from 255) = 34.77%

R = 27.02%
G = 38.21%
B = 34.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#9DDECA (or 0x9DDECA) is known color: Scandal. HEX triplet: 9D, DE and CA. RGB value is (157,222,202). Sum of RGB (Red+Green+Blue) = 157+222+202=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDECA is #622135. Grayscale: #C8C8C8. Windows color (decimal): -6431030 or 13295261. OLE color: 13295261.

HSL color Cylindrical-coordinate representation of color #9DDECA: hue angle of 161.54º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDECA is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 222 202 -
CMYK 0.29 0 0.09 0.13
HSL 161.54º 0.5% 0.74% -
HSV(B) 161.54º 0.29% 0.87% -
XYZ 50.69 63.67 65.5 -
YUV 200.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 157 222 202 0.29 0 0.09 0.13 161.54 0.5 0.74
Hex 9D DE CA 1D 0 9 D A2 32 4A
Octal 235 336 312 35 0 11 15 242 62 112
Binary 10011101 11011110 11001010 11101 0 1001 1101 10100010 110010 1001010

Color Harmonies of #9DDECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDECA

Black with #9DDECA

Text Example


Text Example

White with #9DDECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DDECA; }

 p { color: rgb(157,222,202); }

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

background-color css

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

 a { background-color: rgb(157,222,202); }

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

border-color css

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

 span { border-color: rgb(157,222,202); }

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