Html Css Color HEX #C9CCFC Lavender Blue

📋 copy color: '#C9CCFC'

red 201 ◦ green 204 ◦ blue 252

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

Shades of Lavender Blue #C9CCFC

Tints of Lavender Blue #C9CCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.36%

R = 30.59%
G = 31.05%
B = 38.36%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9CCFC (or 0xC9CCFC) is known color: Lavender Blue. HEX triplet: C9, CC and FC. RGB value is (201,204,252). Sum of RGB (Red+Green+Blue) = 201+204+252=657 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.59% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CCFC is #363303. Grayscale: #D0D0D0. Windows color (decimal): -3552004 or 16567497. OLE color: 16567497.

HSL color Cylindrical-coordinate representation of color #C9CCFC: hue angle of 236.47º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9CCFC is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 204 252 -
CMYK 0.20 0.19 0 0.01
HSL 236.47º 0.89% 0.89% -
HSV(B) 236.47º 0.2% 0.99% -
XYZ 63.25 62.63 100.85 -
YUV 208.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 201 204 252 0.20 0.19 0 0.01 236.47 0.89 0.89
Hex C9 CC FC 14 13 0 1 EC 59 59
Octal 311 314 374 24 23 0 1 354 131 131
Binary 11001001 11001100 11111100 10100 10011 0 1 11101100 1011001 1011001

Color Harmonies of #C9CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CCFC

Black with #C9CCFC

Text Example


Text Example

White with #C9CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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