Html Css Color HEX #D4CFFA Lavender Blue

📋 copy color: '#D4CFFA'

red 212 ◦ green 207 ◦ blue 250

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

Shades of Lavender Blue #D4CFFA

Tints of Lavender Blue #D4CFFA

RGB

 RED value IS 212 (83.2% from 255) = 31.69%

 GREEN value IS 207 (81.25% from 255) = 30.94%

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

R = 31.69%
G = 30.94%
B = 37.37%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4CFFA (or 0xD4CFFA) is known color: Lavender Blue. HEX triplet: D4, CF and FA. RGB value is (212,207,250). Sum of RGB (Red+Green+Blue) = 212+207+250=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 207 (81.25% from 255 or 30.94% 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 #D4CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CFFA is #2B3005. Grayscale: #D5D5D5. Windows color (decimal): -2830342 or 16437204. OLE color: 16437204.

HSL color Cylindrical-coordinate representation of color #D4CFFA: hue angle of 246.98º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4CFFA is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 207 250 -
CMYK 0.15 0.17 0 0.02
HSL 246.98º 0.81% 0.9% -
HSV(B) 246.98º 0.17% 0.98% -
XYZ 66.72 65.52 99.57 -
YUV 213.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 212 207 250 0.15 0.17 0 0.02 246.98 0.81 0.9
Hex D4 CF FA F 11 0 2 F7 51 5A
Octal 324 317 372 17 21 0 2 367 121 132
Binary 11010100 11001111 11111010 1111 10001 0 10 11110111 1010001 1011010

Color Harmonies of #D4CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CFFA

Black with #D4CFFA

Text Example


Text Example

White with #D4CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CFFA; }

 p { color: rgb(212,207,250); }

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

background-color css

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

 a { background-color: rgb(212,207,250); }

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

border-color css

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

 span { border-color: rgb(212,207,250); }

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