Html Css Color HEX #CCC3F2 Lavender Blue

📋 copy color: '#CCC3F2'

red 204 ◦ green 195 ◦ blue 242

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

Shades of Lavender Blue #CCC3F2

Tints of Lavender Blue #CCC3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.75%

R = 31.83%
G = 30.42%
B = 37.75%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCC3F2 (or 0xCCC3F2) is known color: Lavender Blue. HEX triplet: CC, C3 and F2. RGB value is (204,195,242). Sum of RGB (Red+Green+Blue) = 204+195+242=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 195 (76.56% from 255 or 30.42% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCC3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3F2 is #333C0D. Grayscale: #CACACA. Windows color (decimal): -3357710 or 15909836. OLE color: 15909836.

HSL color Cylindrical-coordinate representation of color #CCC3F2: hue angle of 251.49º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCC3F2 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 195 242 -
CMYK 0.16 0.19 0 0.05
HSL 251.49º 0.64% 0.86% -
HSV(B) 251.49º 0.19% 0.95% -
XYZ 60.44 58.28 92.07 -
YUV 203.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 204 195 242 0.16 0.19 0 0.05 251.49 0.64 0.86
Hex CC C3 F2 10 13 0 5 FB 40 56
Octal 314 303 362 20 23 0 5 373 100 126
Binary 11001100 11000011 11110010 10000 10011 0 101 11111011 1000000 1010110

Color Harmonies of #CCC3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3F2

Black with #CCC3F2

Text Example


Text Example

White with #CCC3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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