Html Css Color HEX #C9CDF6 Lavender Blue

📋 copy color: '#C9CDF6'

red 201 ◦ green 205 ◦ blue 246

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

Shades of Lavender Blue #C9CDF6

Tints of Lavender Blue #C9CDF6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.44%

 BLUE value IS 246 (96.48% from 255) = 37.73%

R = 30.83%
G = 31.44%
B = 37.73%

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

#C9CDF6 (or 0xC9CDF6) is known color: Lavender Blue. HEX triplet: C9, CD and F6. RGB value is (201,205,246). Sum of RGB (Red+Green+Blue) = 201+205+246=652 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.83% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #C9CDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CDF6 is #363209. Grayscale: #D0D0D0. Windows color (decimal): -3551754 or 16174537. OLE color: 16174537.

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

Color convert

RGB 201 205 246 -
CMYK 0.18 0.17 0 0.04
HSL 234.67º 0.71% 0.88% -
HSV(B) 234.67º 0.18% 0.96% -
XYZ 62.55 62.73 96 -
YUV 208.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 201 205 246 0.18 0.17 0 0.04 234.67 0.71 0.88
Hex C9 CD F6 12 11 0 4 EB 47 58
Octal 311 315 366 22 21 0 4 353 107 130
Binary 11001001 11001101 11110110 10010 10001 0 100 11101011 1000111 1011000

Color Harmonies of #C9CDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDF6

Black with #C9CDF6

Text Example


Text Example

White with #C9CDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDF6; }

 p { color: rgb(201,205,246); }

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

background-color css

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

 a { background-color: rgb(201,205,246); }

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

border-color css

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

 span { border-color: rgb(201,205,246); }

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