Html Css Color HEX #D6CAF9 Fog

📋 copy color: '#D6CAF9'

red 214 ◦ green 202 ◦ blue 249

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

Shades of Fog #D6CAF9

Tints of Fog #D6CAF9

RGB

 RED value IS 214 (83.98% from 255) = 32.18%

 GREEN value IS 202 (79.3% from 255) = 30.38%

 BLUE value IS 249 (97.66% from 255) = 37.44%

R = 32.18%
G = 30.38%
B = 37.44%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6CAF9 (or 0xD6CAF9) is known color: Fog. HEX triplet: D6, CA and F9. RGB value is (214,202,249). Sum of RGB (Red+Green+Blue) = 214+202+249=665 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.18% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #D6CAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CAF9 is #293506. Grayscale: #D2D2D2. Windows color (decimal): -2700551 or 16370390. OLE color: 16370390.

HSL color Cylindrical-coordinate representation of color #D6CAF9: hue angle of 255.32º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6CAF9 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 202 249 -
CMYK 0.14 0.19 0 0.02
HSL 255.32º 0.8% 0.88% -
HSV(B) 255.32º 0.19% 0.98% -
XYZ 65.95 63.38 98.38 -
YUV 210.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 214 202 249 0.14 0.19 0 0.02 255.32 0.8 0.88
Hex D6 CA F9 E 13 0 2 FF 50 58
Octal 326 312 371 16 23 0 2 377 120 130
Binary 11010110 11001010 11111001 1110 10011 0 10 11111111 1010000 1011000

Color Harmonies of #D6CAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CAF9

Black with #D6CAF9

Text Example


Text Example

White with #D6CAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CAF9; }

 p { color: rgb(214,202,249); }

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

background-color css

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

 a { background-color: rgb(214,202,249); }

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

border-color css

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

 span { border-color: rgb(214,202,249); }

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