Html Css Color HEX #CCC4FA Lavender Blue

📋 copy color: '#CCC4FA'

red 204 ◦ green 196 ◦ blue 250

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

Shades of Lavender Blue #CCC4FA

Tints of Lavender Blue #CCC4FA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.15%

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

R = 31.38%
G = 30.15%
B = 38.46%

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

#CCC4FA (or 0xCCC4FA) is known color: Lavender Blue. HEX triplet: CC, C4 and FA. RGB value is (204,196,250). Sum of RGB (Red+Green+Blue) = 204+196+250=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 196 (76.95% from 255 or 30.15% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCC4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4FA is #333B05. Grayscale: #CCCCCC. Windows color (decimal): -3357446 or 16434380. OLE color: 16434380.

HSL color Cylindrical-coordinate representation of color #CCC4FA: hue angle of 248.89º degrees, saturation: 0.84, 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 #CCC4FA is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 196 250 -
CMYK 0.18 0.22 0 0.02
HSL 248.89º 0.84% 0.87% -
HSV(B) 248.89º 0.22% 0.98% -
XYZ 61.9 59.22 98.61 -
YUV 204.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 204 196 250 0.18 0.22 0 0.02 248.89 0.84 0.87
Hex CC C4 FA 12 16 0 2 F9 54 57
Octal 314 304 372 22 26 0 2 371 124 127
Binary 11001100 11000100 11111010 10010 10110 0 10 11111001 1010100 1010111

Color Harmonies of #CCC4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC4FA

Black with #CCC4FA

Text Example


Text Example

White with #CCC4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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