Html Css Color HEX #CCC1FC Lavender Blue

📋 copy color: '#CCC1FC'

red 204 ◦ green 193 ◦ blue 252

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

Shades of Lavender Blue #CCC1FC

Tints of Lavender Blue #CCC1FC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.74%

 BLUE value IS 252 (98.83% from 255) = 38.83%

R = 31.43%
G = 29.74%
B = 38.83%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCC1FC (or 0xCCC1FC) is known color: Lavender Blue. HEX triplet: CC, C1 and FC. RGB value is (204,193,252). Sum of RGB (Red+Green+Blue) = 204+193+252=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCC1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1FC is #333E03. Grayscale: #CACACA. Windows color (decimal): -3358212 or 16564684. OLE color: 16564684.

HSL color Cylindrical-coordinate representation of color #CCC1FC: hue angle of 251.19º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC1FC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 193 252 -
CMYK 0.19 0.23 0 0.01
HSL 251.19º 0.91% 0.87% -
HSV(B) 251.19º 0.23% 0.99% -
XYZ 61.54 58.01 100.05 -
YUV 203.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 204 193 252 0.19 0.23 0 0.01 251.19 0.91 0.87
Hex CC C1 FC 13 17 0 1 FB 5B 57
Octal 314 301 374 23 27 0 1 373 133 127
Binary 11001100 11000001 11111100 10011 10111 0 1 11111011 1011011 1010111

Color Harmonies of #CCC1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1FC

Black with #CCC1FC

Text Example


Text Example

White with #CCC1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1FC; }

 p { color: rgb(204,193,252); }

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

background-color css

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

 a { background-color: rgb(204,193,252); }

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

border-color css

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

 span { border-color: rgb(204,193,252); }

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