Html Css Color HEX #D5CCEE Fog

📋 copy color: '#D5CCEE'

red 213 ◦ green 204 ◦ blue 238

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

Shades of Fog #D5CCEE

Tints of Fog #D5CCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.34%

R = 32.52%
G = 31.15%
B = 36.34%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5CCEE (or 0xD5CCEE) is known color: Fog. HEX triplet: D5, CC and EE. RGB value is (213,204,238). Sum of RGB (Red+Green+Blue) = 213+204+238=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCEE is #2A3311. Grayscale: #D2D2D2. Windows color (decimal): -2765586 or 15650005. OLE color: 15650005.

HSL color Cylindrical-coordinate representation of color #D5CCEE: hue angle of 255.88º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5CCEE is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 204 238 -
CMYK 0.11 0.14 0 0.07
HSL 255.88º 0.5% 0.87% -
HSV(B) 255.88º 0.14% 0.93% -
XYZ 64.47 63.5 89.75 -
YUV 210.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 213 204 238 0.11 0.14 0 0.07 255.88 0.5 0.87
Hex D5 CC EE B E 0 7 100 32 57
Octal 325 314 356 13 16 0 7 400 62 127
Binary 11010101 11001100 11101110 1011 1110 0 111 100000000 110010 1010111

Color Harmonies of #D5CCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCEE

Black with #D5CCEE

Text Example


Text Example

White with #D5CCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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