Html Css Color HEX #C2CEFE Lavender Blue

📋 copy color: '#C2CEFE'

red 194 ◦ green 206 ◦ blue 254

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

Shades of Lavender Blue #C2CEFE

Tints of Lavender Blue #C2CEFE

RGB

 RED value IS 194 (76.17% from 255) = 29.66%

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

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

R = 29.66%
G = 31.5%
B = 38.84%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2CEFE (or 0xC2CEFE) is known color: Lavender Blue. HEX triplet: C2, CE and FE. RGB value is (194,206,254). Sum of RGB (Red+Green+Blue) = 194+206+254=654 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.66% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CEFE is #3D3101. Grayscale: #CFCFCF. Windows color (decimal): -4010242 or 16699074. OLE color: 16699074.

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

Color convert

RGB 194 206 254 -
CMYK 0.24 0.19 0 0.00
HSL 228º 0.97% 0.88% -
HSV(B) 228º 0.24% 1% -
XYZ 62.21 62.77 102.6 -
YUV 207.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 194 206 254 0.24 0.19 0 0.00 228 0.97 0.88
Hex C2 CE FE 18 13 0 0 E4 61 58
Octal 302 316 376 30 23 0 0 344 141 130
Binary 11000010 11001110 11111110 11000 10011 0 0 11100100 1100001 1011000

Color Harmonies of #C2CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEFE

Black with #C2CEFE

Text Example


Text Example

White with #C2CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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