Html Css Color HEX #C5CEFE Lavender Blue

📋 copy color: '#C5CEFE'

red 197 ◦ green 206 ◦ blue 254

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

Shades of Lavender Blue #C5CEFE

Tints of Lavender Blue #C5CEFE

RGB

 RED value IS 197 (77.34% from 255) = 29.98%

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

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

R = 29.98%
G = 31.35%
B = 38.66%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5CEFE (or 0xC5CEFE) is known color: Lavender Blue. HEX triplet: C5, CE and FE. RGB value is (197,206,254). Sum of RGB (Red+Green+Blue) = 197+206+254=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEFE is #3A3101. Grayscale: #D0D0D0. Windows color (decimal): -3813634 or 16699077. OLE color: 16699077.

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

Color convert

RGB 197 206 254 -
CMYK 0.22 0.19 0 0.00
HSL 230.53º 0.97% 0.88% -
HSV(B) 230.53º 0.22% 1% -
XYZ 62.99 63.17 102.64 -
YUV 208.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 197 206 254 0.22 0.19 0 0.00 230.53 0.97 0.88
Hex C5 CE FE 16 13 0 0 E7 61 58
Octal 305 316 376 26 23 0 0 347 141 130
Binary 11000101 11001110 11111110 10110 10011 0 0 11100111 1100001 1011000

Color Harmonies of #C5CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEFE

Black with #C5CEFE

Text Example


Text Example

White with #C5CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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