Html Css Color HEX #C9CBFF Lavender Blue

📋 copy color: '#C9CBFF'

red 201 ◦ green 203 ◦ blue 255

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

Shades of Lavender Blue #C9CBFF

Tints of Lavender Blue #C9CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.8%

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

R = 30.5%
G = 30.8%
B = 38.69%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9CBFF (or 0xC9CBFF) is known color: Lavender Blue. HEX triplet: C9, CB and FF. RGB value is (201,203,255). Sum of RGB (Red+Green+Blue) = 201+203+255=659 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.50% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBFF is #363400. Grayscale: #D0D0D0. Windows color (decimal): -3552257 or 16763849. OLE color: 16763849.

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

Color convert

RGB 201 203 255 -
CMYK 0.21 0.20 0 0
HSL 237.78º 1% 0.89% -
HSV(B) 237.78º 0.21% 1% -
XYZ 63.49 62.35 103.3 -
YUV 208.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 201 203 255 0.21 0.20 0 0 237.78 1 0.89
Hex C9 CB FF 15 14 0 0 EE 64 59
Octal 311 313 377 25 24 0 0 356 144 131
Binary 11001001 11001011 11111111 10101 10100 0 0 11101110 1100100 1011001

Color Harmonies of #C9CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CBFF

Black with #C9CBFF

Text Example


Text Example

White with #C9CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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