Html Css Color HEX #C9CAFA Lavender Blue

📋 copy color: '#C9CAFA'

red 201 ◦ green 202 ◦ blue 250

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

Shades of Lavender Blue #C9CAFA

Tints of Lavender Blue #C9CAFA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.93%

 BLUE value IS 250 (98.05% from 255) = 38.28%

R = 30.78%
G = 30.93%
B = 38.28%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9CAFA (or 0xC9CAFA) is known color: Lavender Blue. HEX triplet: C9, CA and FA. RGB value is (201,202,250). Sum of RGB (Red+Green+Blue) = 201+202+250=653 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.78% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CAFA is #363505. Grayscale: #CECECE. Windows color (decimal): -3552518 or 16435913. OLE color: 16435913.

HSL color Cylindrical-coordinate representation of color #C9CAFA: hue angle of 238.78º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9CAFA is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 202 250 -
CMYK 0.20 0.19 0 0.02
HSL 238.78º 0.83% 0.88% -
HSV(B) 238.78º 0.2% 0.98% -
XYZ 62.46 61.56 99.03 -
YUV 207.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 201 202 250 0.20 0.19 0 0.02 238.78 0.83 0.88
Hex C9 CA FA 14 13 0 2 EF 53 58
Octal 311 312 372 24 23 0 2 357 123 130
Binary 11001001 11001010 11111010 10100 10011 0 10 11101111 1010011 1011000

Color Harmonies of #C9CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CAFA

Black with #C9CAFA

Text Example


Text Example

White with #C9CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CAFA; }

 p { color: rgb(201,202,250); }

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

background-color css

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

 a { background-color: rgb(201,202,250); }

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

border-color css

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

 span { border-color: rgb(201,202,250); }

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