Html Css Color HEX #C9D0FA Lavender Blue

📋 copy color: '#C9D0FA'

red 201 ◦ green 208 ◦ blue 250

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

Shades of Lavender Blue #C9D0FA

Tints of Lavender Blue #C9D0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.56%

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

R = 30.5%
G = 31.56%
B = 37.94%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9D0FA (or 0xC9D0FA) is known color: Lavender Blue. HEX triplet: C9, D0 and FA. RGB value is (201,208,250). Sum of RGB (Red+Green+Blue) = 201+208+250=659 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.50% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9D0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D0FA is #362F05. Grayscale: #D2D2D2. Windows color (decimal): -3550982 or 16437449. OLE color: 16437449.

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

Color convert

RGB 201 208 250 -
CMYK 0.20 0.17 0 0.02
HSL 231.43º 0.83% 0.88% -
HSV(B) 231.43º 0.2% 0.98% -
XYZ 63.9 64.43 99.51 -
YUV 210.7 150.18 121.08 -
System Red Green Blue C M Y K H S L
Decimal 201 208 250 0.20 0.17 0 0.02 231.43 0.83 0.88
Hex C9 D0 FA 14 11 0 2 E7 53 58
Octal 311 320 372 24 21 0 2 347 123 130
Binary 11001001 11010000 11111010 10100 10001 0 10 11100111 1010011 1011000

Color Harmonies of #C9D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D0FA

Black with #C9D0FA

Text Example


Text Example

White with #C9D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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