Html Css Color HEX #C9CFFF Lavender Blue

📋 copy color: '#C9CFFF'

red 201 ◦ green 207 ◦ blue 255

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

Shades of Lavender Blue #C9CFFF

Tints of Lavender Blue #C9CFFF

RGB

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

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

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

R = 30.32%
G = 31.22%
B = 38.46%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9CFFF (or 0xC9CFFF) is known color: Lavender Blue. HEX triplet: C9, CF and FF. RGB value is (201,207,255). Sum of RGB (Red+Green+Blue) = 201+207+255=663 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.32% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFFF is #363000. Grayscale: #D2D2D2. Windows color (decimal): -3551233 or 16764873. OLE color: 16764873.

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

Color convert

RGB 201 207 255 -
CMYK 0.21 0.19 0 0
HSL 233.33º 1% 0.89% -
HSV(B) 233.33º 0.21% 1% -
XYZ 64.45 64.26 103.61 -
YUV 210.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 201 207 255 0.21 0.19 0 0 233.33 1 0.89
Hex C9 CF FF 15 13 0 0 E9 64 59
Octal 311 317 377 25 23 0 0 351 144 131
Binary 11001001 11001111 11111111 10101 10011 0 0 11101001 1100100 1011001

Color Harmonies of #C9CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CFFF

Black with #C9CFFF

Text Example


Text Example

White with #C9CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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