Html Css Color HEX #C8CEFE Lavender Blue

📋 copy color: '#C8CEFE'

red 200 ◦ green 206 ◦ blue 254

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

Shades of Lavender Blue #C8CEFE

Tints of Lavender Blue #C8CEFE

RGB

 RED value IS 200 (78.52% from 255) = 30.3%

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

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

R = 30.3%
G = 31.21%
B = 38.48%

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

#C8CEFE (or 0xC8CEFE) is known color: Lavender Blue. HEX triplet: C8, CE and FE. RGB value is (200,206,254). Sum of RGB (Red+Green+Blue) = 200+206+254=660 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.30% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEFE is #373101. Grayscale: #D1D1D1. Windows color (decimal): -3617026 or 16699080. OLE color: 16699080.

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

Color convert

RGB 200 206 254 -
CMYK 0.21 0.19 0 0.00
HSL 233.33º 0.96% 0.89% -
HSV(B) 233.33º 0.21% 1% -
XYZ 63.78 63.58 102.68 -
YUV 209.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 200 206 254 0.21 0.19 0 0.00 233.33 0.96 0.89
Hex C8 CE FE 15 13 0 0 E9 60 59
Octal 310 316 376 25 23 0 0 351 140 131
Binary 11001000 11001110 11111110 10101 10011 0 0 11101001 1100000 1011001

Color Harmonies of #C8CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CEFE

Black with #C8CEFE

Text Example


Text Example

White with #C8CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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