Html Css Color HEX #D5CCEB Fog

📋 copy color: '#D5CCEB'

red 213 ◦ green 204 ◦ blue 235

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

Shades of Fog #D5CCEB

Tints of Fog #D5CCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.29%

 BLUE value IS 235 (92.19% from 255) = 36.04%

R = 32.67%
G = 31.29%
B = 36.04%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5CCEB (or 0xD5CCEB) is known color: Fog. HEX triplet: D5, CC and EB. RGB value is (213,204,235). Sum of RGB (Red+Green+Blue) = 213+204+235=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCEB is #2A3314. Grayscale: #D2D2D2. Windows color (decimal): -2765589 or 15453397. OLE color: 15453397.

HSL color Cylindrical-coordinate representation of color #D5CCEB: hue angle of 257.42º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5CCEB is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 204 235 -
CMYK 0.09 0.13 0 0.08
HSL 257.42º 0.44% 0.86% -
HSV(B) 257.42º 0.13% 0.92% -
XYZ 64.03 63.33 87.45 -
YUV 210.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 213 204 235 0.09 0.13 0 0.08 257.42 0.44 0.86
Hex D5 CC EB 9 D 0 8 101 2C 56
Octal 325 314 353 11 15 0 10 401 54 126
Binary 11010101 11001100 11101011 1001 1101 0 1000 100000001 101100 1010110

Color Harmonies of #D5CCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCEB

Black with #D5CCEB

Text Example


Text Example

White with #D5CCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCEB; }

 p { color: rgb(213,204,235); }

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

background-color css

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

 a { background-color: rgb(213,204,235); }

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

border-color css

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

 span { border-color: rgb(213,204,235); }

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