Html Css Color HEX #D5CBE7 Fog

📋 copy color: '#D5CBE7'

red 213 ◦ green 203 ◦ blue 231

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

Shades of Fog #D5CBE7

Tints of Fog #D5CBE7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.38%

 BLUE value IS 231 (90.63% from 255) = 35.7%

R = 32.92%
G = 31.38%
B = 35.7%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D5CBE7 (or 0xD5CBE7) is known color: Fog. HEX triplet: D5, CB and E7. RGB value is (213,203,231). Sum of RGB (Red+Green+Blue) = 213+203+231=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 231 - color contains mainly: blue. Hex color #D5CBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBE7 is #2A3418. Grayscale: #D1D1D1. Windows color (decimal): -2765849 or 15190997. OLE color: 15190997.

HSL color Cylindrical-coordinate representation of color #D5CBE7: hue angle of 261.43º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5CBE7 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 203 231 -
CMYK 0.08 0.12 0 0.09
HSL 261.43º 0.37% 0.85% -
HSV(B) 261.43º 0.12% 0.91% -
XYZ 63.22 62.63 84.36 -
YUV 209.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 213 203 231 0.08 0.12 0 0.09 261.43 0.37 0.85
Hex D5 CB E7 8 C 0 9 105 25 55
Octal 325 313 347 10 14 0 11 405 45 125
Binary 11010101 11001011 11100111 1000 1100 0 1001 100000101 100101 1010101

Color Harmonies of #D5CBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CBE7

Black with #D5CBE7

Text Example


Text Example

White with #D5CBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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