Html Css Color HEX #CCC0FF Lavender Blue

📋 copy color: '#CCC0FF'

red 204 ◦ green 192 ◦ blue 255

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

Shades of Lavender Blue #CCC0FF

Tints of Lavender Blue #CCC0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.17%

R = 31.34%
G = 29.49%
B = 39.17%

CMYK

 C value IS 0.2

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCC0FF (or 0xCCC0FF) is known color: Lavender Blue. HEX triplet: CC, C0 and FF. RGB value is (204,192,255). Sum of RGB (Red+Green+Blue) = 204+192+255=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0FF is #333F00. Grayscale: #CACACA. Windows color (decimal): -3358465 or 16761036. OLE color: 16761036.

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

Color convert

RGB 204 192 255 -
CMYK 0.2 0.25 0 0
HSL 251.43º 1% 0.88% -
HSV(B) 251.43º 0.25% 1% -
XYZ 61.8 57.76 102.5 -
YUV 202.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 204 192 255 0.2 0.25 0 0 251.43 1 0.88
Hex CC C0 FF 14 19 0 0 FB 64 58
Octal 314 300 377 24 31 0 0 373 144 130
Binary 11001100 11000000 11111111 10100 11001 0 0 11111011 1100100 1011000

Color Harmonies of #CCC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0FF

Black with #CCC0FF

Text Example


Text Example

White with #CCC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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