Html Css Color HEX #D9CAFA Fog

📋 copy color: '#D9CAFA'

red 217 ◦ green 202 ◦ blue 250

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

Shades of Fog #D9CAFA

Tints of Fog #D9CAFA

RGB

 RED value IS 217 (85.16% from 255) = 32.44%

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

 BLUE value IS 250 (98.05% from 255) = 37.37%

R = 32.44%
G = 30.19%
B = 37.37%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9CAFA (or 0xD9CAFA) is known color: Fog. HEX triplet: D9, CA and FA. RGB value is (217,202,250). Sum of RGB (Red+Green+Blue) = 217+202+250=669 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.44% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CAFA is #263505. Grayscale: #D3D3D3. Windows color (decimal): -2503942 or 16435929. OLE color: 16435929.

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

Color convert

RGB 217 202 250 -
CMYK 0.13 0.19 0 0.02
HSL 258.75º 0.83% 0.89% -
HSV(B) 258.75º 0.19% 0.98% -
XYZ 66.99 63.89 99.24 -
YUV 211.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 217 202 250 0.13 0.19 0 0.02 258.75 0.83 0.89
Hex D9 CA FA D 13 0 2 103 53 59
Octal 331 312 372 15 23 0 2 403 123 131
Binary 11011001 11001010 11111010 1101 10011 0 10 100000011 1010011 1011001

Color Harmonies of #D9CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CAFA

Black with #D9CAFA

Text Example


Text Example

White with #D9CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CAFA; }

 p { color: rgb(217,202,250); }

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

background-color css

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

 a { background-color: rgb(217,202,250); }

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

border-color css

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

 span { border-color: rgb(217,202,250); }

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