Html Css Color HEX #CCC0FC Lavender Blue

📋 copy color: '#CCC0FC'

red 204 ◦ green 192 ◦ blue 252

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

Shades of Lavender Blue #CCC0FC

Tints of Lavender Blue #CCC0FC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.63%

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

R = 31.48%
G = 29.63%
B = 38.89%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCC0FC (or 0xCCC0FC) is known color: Lavender Blue. HEX triplet: CC, C0 and FC. RGB value is (204,192,252). Sum of RGB (Red+Green+Blue) = 204+192+252=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCC0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0FC is #333F03. Grayscale: #CACACA. Windows color (decimal): -3358468 or 16564428. OLE color: 16564428.

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

Color convert

RGB 204 192 252 -
CMYK 0.19 0.24 0 0.01
HSL 252º 0.91% 0.87% -
HSV(B) 252º 0.24% 0.99% -
XYZ 61.32 57.56 99.97 -
YUV 202.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 204 192 252 0.19 0.24 0 0.01 252 0.91 0.87
Hex CC C0 FC 13 18 0 1 FC 5B 57
Octal 314 300 374 23 30 0 1 374 133 127
Binary 11001100 11000000 11111100 10011 11000 0 1 11111100 1011011 1010111

Color Harmonies of #CCC0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0FC

Black with #CCC0FC

Text Example


Text Example

White with #CCC0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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