Html Css Color HEX #CCC0FA Lavender Blue

📋 copy color: '#CCC0FA'

red 204 ◦ green 192 ◦ blue 250

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

Shades of Lavender Blue #CCC0FA

Tints of Lavender Blue #CCC0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.7%

R = 31.58%
G = 29.72%
B = 38.7%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCC0FA (or 0xCCC0FA) is known color: Lavender Blue. HEX triplet: CC, C0 and FA. RGB value is (204,192,250). Sum of RGB (Red+Green+Blue) = 204+192+250=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCC0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0FA is #333F05. Grayscale: #C9C9C9. Windows color (decimal): -3358470 or 16433356. OLE color: 16433356.

HSL color Cylindrical-coordinate representation of color #CCC0FA: hue angle of 252.41º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC0FA is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 192 250 -
CMYK 0.18 0.23 0 0.02
HSL 252.41º 0.85% 0.87% -
HSV(B) 252.41º 0.23% 0.98% -
XYZ 61.01 57.44 98.31 -
YUV 202.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 204 192 250 0.18 0.23 0 0.02 252.41 0.85 0.87
Hex CC C0 FA 12 17 0 2 FC 55 57
Octal 314 300 372 22 27 0 2 374 125 127
Binary 11001100 11000000 11111010 10010 10111 0 10 11111100 1010101 1010111

Color Harmonies of #CCC0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0FA

Black with #CCC0FA

Text Example


Text Example

White with #CCC0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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