Html Css Color HEX #C9CCF5 Lavender Blue

📋 copy color: '#C9CCF5'

red 201 ◦ green 204 ◦ blue 245

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

Shades of Lavender Blue #C9CCF5

Tints of Lavender Blue #C9CCF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.69%

R = 30.92%
G = 31.38%
B = 37.69%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C9CCF5 (or 0xC9CCF5) is known color: Lavender Blue. HEX triplet: C9, CC and F5. RGB value is (201,204,245). Sum of RGB (Red+Green+Blue) = 201+204+245=650 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.92% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #C9CCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CCF5 is #36330A. Grayscale: #CFCFCF. Windows color (decimal): -3552011 or 16108745. OLE color: 16108745.

HSL color Cylindrical-coordinate representation of color #C9CCF5: hue angle of 235.91º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9CCF5 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 204 245 -
CMYK 0.18 0.17 0 0.04
HSL 235.91º 0.69% 0.87% -
HSV(B) 235.91º 0.18% 0.96% -
XYZ 62.16 62.2 95.11 -
YUV 207.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 201 204 245 0.18 0.17 0 0.04 235.91 0.69 0.87
Hex C9 CC F5 12 11 0 4 EC 45 57
Octal 311 314 365 22 21 0 4 354 105 127
Binary 11001001 11001100 11110101 10010 10001 0 100 11101100 1000101 1010111

Color Harmonies of #C9CCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CCF5

Black with #C9CCF5

Text Example


Text Example

White with #C9CCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CCF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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