Html Css Color HEX #C9CEFE Lavender Blue

📋 copy color: '#C9CEFE'

red 201 ◦ green 206 ◦ blue 254

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

Shades of Lavender Blue #C9CEFE

Tints of Lavender Blue #C9CEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.16%

 BLUE value IS 254 (99.61% from 255) = 38.43%

R = 30.41%
G = 31.16%
B = 38.43%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9CEFE (or 0xC9CEFE) is known color: Lavender Blue. HEX triplet: C9, CE and FE. RGB value is (201,206,254). Sum of RGB (Red+Green+Blue) = 201+206+254=661 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.41% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CEFE is #363101. Grayscale: #D1D1D1. Windows color (decimal): -3551490 or 16699081. OLE color: 16699081.

HSL color Cylindrical-coordinate representation of color #C9CEFE: hue angle of 234.34º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9CEFE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 206 254 -
CMYK 0.21 0.19 0 0.00
HSL 234.34º 0.96% 0.89% -
HSV(B) 234.34º 0.21% 1% -
XYZ 64.05 63.72 102.69 -
YUV 209.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 201 206 254 0.21 0.19 0 0.00 234.34 0.96 0.89
Hex C9 CE FE 15 13 0 0 EA 60 59
Octal 311 316 376 25 23 0 0 352 140 131
Binary 11001001 11001110 11111110 10101 10011 0 0 11101010 1100000 1011001

Color Harmonies of #C9CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CEFE

Black with #C9CEFE

Text Example


Text Example

White with #C9CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CEFE; }

 p { color: rgb(201,206,254); }

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

background-color css

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

 a { background-color: rgb(201,206,254); }

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

border-color css

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

 span { border-color: rgb(201,206,254); }

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