Html Css Color HEX #CCC3FA Lavender Blue

📋 copy color: '#CCC3FA'

red 204 ◦ green 195 ◦ blue 250

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

Shades of Lavender Blue #CCC3FA

Tints of Lavender Blue #CCC3FA

RGB

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

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

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

R = 31.43%
G = 30.05%
B = 38.52%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCC3FA (or 0xCCC3FA) is known color: Lavender Blue. HEX triplet: CC, C3 and FA. RGB value is (204,195,250). Sum of RGB (Red+Green+Blue) = 204+195+250=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 195 (76.56% from 255 or 30.05% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCC3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3FA is #333C05. Grayscale: #CBCBCB. Windows color (decimal): -3357702 or 16434124. OLE color: 16434124.

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

Color convert

RGB 204 195 250 -
CMYK 0.18 0.22 0 0.02
HSL 249.82º 0.85% 0.87% -
HSV(B) 249.82º 0.22% 0.98% -
XYZ 61.67 58.77 98.54 -
YUV 203.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 204 195 250 0.18 0.22 0 0.02 249.82 0.85 0.87
Hex CC C3 FA 12 16 0 2 FA 55 57
Octal 314 303 372 22 26 0 2 372 125 127
Binary 11001100 11000011 11111010 10010 10110 0 10 11111010 1010101 1010111

Color Harmonies of #CCC3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3FA

Black with #CCC3FA

Text Example


Text Example

White with #CCC3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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