Html Css Color HEX #CCC2FE Lavender Blue

📋 copy color: '#CCC2FE'

red 204 ◦ green 194 ◦ blue 254

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

Shades of Lavender Blue #CCC2FE

Tints of Lavender Blue #CCC2FE

RGB

 RED value IS 204 (80.08% from 255) = 31.29%

 GREEN value IS 194 (76.17% from 255) = 29.75%

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

R = 31.29%
G = 29.75%
B = 38.96%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCC2FE (or 0xCCC2FE) is known color: Lavender Blue. HEX triplet: CC, C2 and FE. RGB value is (204,194,254). Sum of RGB (Red+Green+Blue) = 204+194+254=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2FE is #333D01. Grayscale: #CBCBCB. Windows color (decimal): -3357954 or 16696012. OLE color: 16696012.

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

Color convert

RGB 204 194 254 -
CMYK 0.20 0.24 0 0.00
HSL 250º 0.97% 0.88% -
HSV(B) 250º 0.24% 1% -
XYZ 62.08 58.58 101.8 -
YUV 203.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 204 194 254 0.20 0.24 0 0.00 250 0.97 0.88
Hex CC C2 FE 14 18 0 0 FA 61 58
Octal 314 302 376 24 30 0 0 372 141 130
Binary 11001100 11000010 11111110 10100 11000 0 0 11111010 1100001 1011000

Color Harmonies of #CCC2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2FE

Black with #CCC2FE

Text Example


Text Example

White with #CCC2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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