Html Css Color HEX #CCC3FC Lavender Blue

📋 copy color: '#CCC3FC'

red 204 ◦ green 195 ◦ blue 252

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

Shades of Lavender Blue #CCC3FC

Tints of Lavender Blue #CCC3FC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.95%

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

R = 31.34%
G = 29.95%
B = 38.71%

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

#CCC3FC (or 0xCCC3FC) is known color: Lavender Blue. HEX triplet: CC, C3 and FC. RGB value is (204,195,252). Sum of RGB (Red+Green+Blue) = 204+195+252=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCC3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3FC is #333C03. Grayscale: #CBCBCB. Windows color (decimal): -3357700 or 16565196. OLE color: 16565196.

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

Color convert

RGB 204 195 252 -
CMYK 0.19 0.23 0 0.01
HSL 249.47º 0.9% 0.88% -
HSV(B) 249.47º 0.23% 0.99% -
XYZ 61.99 58.9 100.2 -
YUV 204.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 204 195 252 0.19 0.23 0 0.01 249.47 0.9 0.88
Hex CC C3 FC 13 17 0 1 F9 5A 58
Octal 314 303 374 23 27 0 1 371 132 130
Binary 11001100 11000011 11111100 10011 10111 0 1 11111001 1011010 1011000

Color Harmonies of #CCC3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3FC

Black with #CCC3FC

Text Example


Text Example

White with #CCC3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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