Html Css Color HEX #D5C2E6 Fog

📋 copy color: '#D5C2E6'

red 213 ◦ green 194 ◦ blue 230

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

Shades of Fog #D5C2E6

Tints of Fog #D5C2E6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.46%

 BLUE value IS 230 (90.23% from 255) = 36.11%

R = 33.44%
G = 30.46%
B = 36.11%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D5C2E6 (or 0xD5C2E6) is known color: Fog. HEX triplet: D5, C2 and E6. RGB value is (213,194,230). Sum of RGB (Red+Green+Blue) = 213+194+230=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #D5C2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C2E6 is #2A3D19. Grayscale: #CBCBCB. Windows color (decimal): -2768154 or 15123157. OLE color: 15123157.

HSL color Cylindrical-coordinate representation of color #D5C2E6: hue angle of 271.67º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5C2E6 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 194 230 -
CMYK 0.07 0.16 0 0.10
HSL 271.67º 0.42% 0.83% -
HSV(B) 271.67º 0.16% 0.9% -
XYZ 61.02 58.44 82.93 -
YUV 203.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 213 194 230 0.07 0.16 0 0.10 271.67 0.42 0.83
Hex D5 C2 E6 7 10 0 A 110 2A 53
Octal 325 302 346 7 20 0 12 420 52 123
Binary 11010101 11000010 11100110 111 10000 0 1010 100010000 101010 1010011

Color Harmonies of #D5C2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C2E6

Black with #D5C2E6

Text Example


Text Example

White with #D5C2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C2E6; }

 p { color: rgb(213,194,230); }

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

background-color css

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

 a { background-color: rgb(213,194,230); }

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

border-color css

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

 span { border-color: rgb(213,194,230); }

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