Html Css Color HEX #C9CCFF Lavender Blue

📋 copy color: '#C9CCFF'

red 201 ◦ green 204 ◦ blue 255

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

Shades of Lavender Blue #C9CCFF

Tints of Lavender Blue #C9CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.91%

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

R = 30.45%
G = 30.91%
B = 38.64%

CMYK

 C value IS 0.21

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9CCFF (or 0xC9CCFF) is known color: Lavender Blue. HEX triplet: C9, CC and FF. RGB value is (201,204,255). Sum of RGB (Red+Green+Blue) = 201+204+255=660 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.45% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CCFF is #363300. Grayscale: #D0D0D0. Windows color (decimal): -3552001 or 16764105. OLE color: 16764105.

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

Color convert

RGB 201 204 255 -
CMYK 0.21 0.2 0 0
HSL 236.67º 1% 0.89% -
HSV(B) 236.67º 0.21% 1% -
XYZ 63.73 62.82 103.37 -
YUV 208.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 201 204 255 0.21 0.2 0 0 236.67 1 0.89
Hex C9 CC FF 15 14 0 0 ED 64 59
Octal 311 314 377 25 24 0 0 355 144 131
Binary 11001001 11001100 11111111 10101 10100 0 0 11101101 1100100 1011001

Color Harmonies of #C9CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CCFF

Black with #C9CCFF

Text Example


Text Example

White with #C9CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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