Html Css Color HEX #C9D1FE Lavender Blue

📋 copy color: '#C9D1FE'

red 201 ◦ green 209 ◦ blue 254

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

Shades of Lavender Blue #C9D1FE

Tints of Lavender Blue #C9D1FE

RGB

 RED value IS 201 (78.91% from 255) = 30.27%

 GREEN value IS 209 (82.03% from 255) = 31.48%

 BLUE value IS 254 (99.61% from 255) = 38.25%

R = 30.27%
G = 31.48%
B = 38.25%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9D1FE (or 0xC9D1FE) is known color: Lavender Blue. HEX triplet: C9, D1 and FE. RGB value is (201,209,254). Sum of RGB (Red+Green+Blue) = 201+209+254=664 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.27% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9D1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D1FE is #362E01. Grayscale: #D3D3D3. Windows color (decimal): -3550722 or 16699849. OLE color: 16699849.

HSL color Cylindrical-coordinate representation of color #C9D1FE: hue angle of 230.94º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9D1FE is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 209 254 -
CMYK 0.21 0.18 0 0.00
HSL 230.94º 0.96% 0.89% -
HSV(B) 230.94º 0.21% 1% -
XYZ 64.78 65.17 102.93 -
YUV 211.74 151.85 120.34 -
System Red Green Blue C M Y K H S L
Decimal 201 209 254 0.21 0.18 0 0.00 230.94 0.96 0.89
Hex C9 D1 FE 15 12 0 0 E7 60 59
Octal 311 321 376 25 22 0 0 347 140 131
Binary 11001001 11010001 11111110 10101 10010 0 0 11100111 1100000 1011001

Color Harmonies of #C9D1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D1FE

Black with #C9D1FE

Text Example


Text Example

White with #C9D1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D1FE; }

 p { color: rgb(201,209,254); }

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

background-color css

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

 a { background-color: rgb(201,209,254); }

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

border-color css

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

 span { border-color: rgb(201,209,254); }

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