Html Css Color HEX #C9CAFF Lavender Blue

📋 copy color: '#C9CAFF'

red 201 ◦ green 202 ◦ blue 255

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

Shades of Lavender Blue #C9CAFF

Tints of Lavender Blue #C9CAFF

RGB

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

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

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

R = 30.55%
G = 30.7%
B = 38.75%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9CAFF (or 0xC9CAFF) is known color: Lavender Blue. HEX triplet: C9, CA and FF. RGB value is (201,202,255). Sum of RGB (Red+Green+Blue) = 201+202+255=658 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.55% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CAFF is #363500. Grayscale: #CFCFCF. Windows color (decimal): -3552513 or 16763593. OLE color: 16763593.

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

Color convert

RGB 201 202 255 -
CMYK 0.21 0.21 0 0
HSL 238.89º 1% 0.89% -
HSV(B) 238.89º 0.21% 1% -
XYZ 63.26 61.88 103.22 -
YUV 207.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 201 202 255 0.21 0.21 0 0 238.89 1 0.89
Hex C9 CA FF 15 15 0 0 EF 64 59
Octal 311 312 377 25 25 0 0 357 144 131
Binary 11001001 11001010 11111111 10101 10101 0 0 11101111 1100100 1011001

Color Harmonies of #C9CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CAFF

Black with #C9CAFF

Text Example


Text Example

White with #C9CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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