Html Css Color HEX #D7CAF9 Fog

📋 copy color: '#D7CAF9'

red 215 ◦ green 202 ◦ blue 249

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

Shades of Fog #D7CAF9

Tints of Fog #D7CAF9

RGB

 RED value IS 215 (84.38% from 255) = 32.28%

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

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

R = 32.28%
G = 30.33%
B = 37.39%

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

#D7CAF9 (or 0xD7CAF9) is known color: Fog. HEX triplet: D7, CA and F9. RGB value is (215,202,249). Sum of RGB (Red+Green+Blue) = 215+202+249=666 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.28% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #D7CAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CAF9 is #283506. Grayscale: #D3D3D3. Windows color (decimal): -2635015 or 16370391. OLE color: 16370391.

HSL color Cylindrical-coordinate representation of color #D7CAF9: hue angle of 256.6º 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 #D7CAF9 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 202 249 -
CMYK 0.14 0.19 0 0.02
HSL 256.6º 0.8% 0.88% -
HSV(B) 256.6º 0.19% 0.98% -
XYZ 66.24 63.53 98.39 -
YUV 211.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 215 202 249 0.14 0.19 0 0.02 256.6 0.8 0.88
Hex D7 CA F9 E 13 0 2 101 50 58
Octal 327 312 371 16 23 0 2 401 120 130
Binary 11010111 11001010 11111001 1110 10011 0 10 100000001 1010000 1011000

Color Harmonies of #D7CAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CAF9

Black with #D7CAF9

Text Example


Text Example

White with #D7CAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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