Html Css Color HEX #D5CEE7 Fog

📋 copy color: '#D5CEE7'

red 213 ◦ green 206 ◦ blue 231

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

Shades of Fog #D5CEE7

Tints of Fog #D5CEE7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.69%

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

R = 32.77%
G = 31.69%
B = 35.54%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D5CEE7 (or 0xD5CEE7) is known color: Fog. HEX triplet: D5, CE and E7. RGB value is (213,206,231). Sum of RGB (Red+Green+Blue) = 213+206+231=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 231 - color contains mainly: blue. Hex color #D5CEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEE7 is #2A3118. Grayscale: #D2D2D2. Windows color (decimal): -2765081 or 15191765. OLE color: 15191765.

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

Color convert

RGB 213 206 231 -
CMYK 0.08 0.11 0 0.09
HSL 256.8º 0.34% 0.86% -
HSV(B) 256.8º 0.11% 0.91% -
XYZ 63.94 64.06 84.6 -
YUV 210.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 213 206 231 0.08 0.11 0 0.09 256.8 0.34 0.86
Hex D5 CE E7 8 B 0 9 101 22 56
Octal 325 316 347 10 13 0 11 401 42 126
Binary 11010101 11001110 11100111 1000 1011 0 1001 100000001 100010 1010110

Color Harmonies of #D5CEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CEE7

Black with #D5CEE7

Text Example


Text Example

White with #D5CEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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