Html Css Color HEX #C9D5FF Lavender Blue

📋 copy color: '#C9D5FF'

red 201 ◦ green 213 ◦ blue 255

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

Shades of Lavender Blue #C9D5FF

Tints of Lavender Blue #C9D5FF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.84%

 BLUE value IS 255 (100% from 255) = 38.12%

R = 30.04%
G = 31.84%
B = 38.12%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9D5FF (or 0xC9D5FF) is known color: Lavender Blue. HEX triplet: C9, D5 and FF. RGB value is (201,213,255). Sum of RGB (Red+Green+Blue) = 201+213+255=669 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.04% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9D5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D5FF is #362A00. Grayscale: #D6D6D6. Windows color (decimal): -3549697 or 16766409. OLE color: 16766409.

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

Color convert

RGB 201 213 255 -
CMYK 0.21 0.16 0 0
HSL 226.67º 1% 0.89% -
HSV(B) 226.67º 0.21% 1% -
XYZ 65.93 67.23 104.11 -
YUV 214.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 201 213 255 0.21 0.16 0 0 226.67 1 0.89
Hex C9 D5 FF 15 10 0 0 E3 64 59
Octal 311 325 377 25 20 0 0 343 144 131
Binary 11001001 11010101 11111111 10101 10000 0 0 11100011 1100100 1011001

Color Harmonies of #C9D5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D5FF

Black with #C9D5FF

Text Example


Text Example

White with #C9D5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D5FF; }

 p { color: rgb(201,213,255); }

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

background-color css

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

 a { background-color: rgb(201,213,255); }

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

border-color css

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

 span { border-color: rgb(201,213,255); }

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