Html Css Color HEX #D5EFCB Snowy Mint

📋 copy color: '#D5EFCB'

red 213 ◦ green 239 ◦ blue 203

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

Shades of Snowy Mint #D5EFCB

Tints of Snowy Mint #D5EFCB

RGB

 RED value IS 213 (83.59% from 255) = 32.52%

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

 BLUE value IS 203 (79.69% from 255) = 30.99%

R = 32.52%
G = 36.49%
B = 30.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#D5EFCB (or 0xD5EFCB) is known color: Snowy Mint. HEX triplet: D5, EF and CB. RGB value is (213,239,203). Sum of RGB (Red+Green+Blue) = 213+239+203=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFCB is #2A1034. Grayscale: #E3E3E3. Windows color (decimal): -2756661 or 13365205. OLE color: 13365205.

HSL color Cylindrical-coordinate representation of color #D5EFCB: hue angle of 103.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5EFCB is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 239 203 -
CMYK 0.11 0 0.15 0.06
HSL 103.33º 0.53% 0.87% -
HSV(B) 103.33º 0.15% 0.94% -
XYZ 69.09 80.19 68.34 -
YUV 227.12 114.39 117.93 -
System Red Green Blue C M Y K H S L
Decimal 213 239 203 0.11 0 0.15 0.06 103.33 0.53 0.87
Hex D5 EF CB B 0 F 6 67 35 57
Octal 325 357 313 13 0 17 6 147 65 127
Binary 11010101 11101111 11001011 1011 0 1111 110 1100111 110101 1010111

Color Harmonies of #D5EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EFCB

Black with #D5EFCB

Text Example


Text Example

White with #D5EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EFCB; }

 p { color: rgb(213,239,203); }

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

background-color css

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

 a { background-color: rgb(213,239,203); }

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

border-color css

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

 span { border-color: rgb(213,239,203); }

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