Html Css Color HEX #C9D0FF Lavender Blue

📋 copy color: '#C9D0FF'

red 201 ◦ green 208 ◦ blue 255

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

Shades of Lavender Blue #C9D0FF

Tints of Lavender Blue #C9D0FF

RGB

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

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

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

R = 30.27%
G = 31.33%
B = 38.4%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9D0FF (or 0xC9D0FF) is known color: Lavender Blue. HEX triplet: C9, D0 and FF. RGB value is (201,208,255). Sum of RGB (Red+Green+Blue) = 201+208+255=664 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.27% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9D0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D0FF is #362F00. Grayscale: #D3D3D3. Windows color (decimal): -3550977 or 16765129. OLE color: 16765129.

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

Color convert

RGB 201 208 255 -
CMYK 0.21 0.18 0 0
HSL 232.22º 1% 0.89% -
HSV(B) 232.22º 0.21% 1% -
XYZ 64.69 64.75 103.7 -
YUV 211.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 201 208 255 0.21 0.18 0 0 232.22 1 0.89
Hex C9 D0 FF 15 12 0 0 E8 64 59
Octal 311 320 377 25 22 0 0 350 144 131
Binary 11001001 11010000 11111111 10101 10010 0 0 11101000 1100100 1011001

Color Harmonies of #C9D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D0FF

Black with #C9D0FF

Text Example


Text Example

White with #C9D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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