Html Css Color HEX #CCCCF1 Lavender Blue

📋 copy color: '#CCCCF1'

red 204 ◦ green 204 ◦ blue 241

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

Shades of Lavender Blue #CCCCF1

Tints of Lavender Blue #CCCCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.13%

R = 31.43%
G = 31.43%
B = 37.13%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCCCF1 (or 0xCCCCF1) is known color: Lavender Blue. HEX triplet: CC, CC and F1. RGB value is (204,204,241). Sum of RGB (Red+Green+Blue) = 204+204+241=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCCCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCF1 is #33330E. Grayscale: #D0D0D0. Windows color (decimal): -3355407 or 15846604. OLE color: 15846604.

HSL color Cylindrical-coordinate representation of color #CCCCF1: hue angle of 240º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCCF1 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 204 241 -
CMYK 0.15 0.15 0 0.05
HSL 240º 0.57% 0.87% -
HSV(B) 240º 0.15% 0.95% -
XYZ 62.37 62.37 91.97 -
YUV 208.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 204 204 241 0.15 0.15 0 0.05 240 0.57 0.87
Hex CC CC F1 F F 0 5 F0 39 57
Octal 314 314 361 17 17 0 5 360 71 127
Binary 11001100 11001100 11110001 1111 1111 0 101 11110000 111001 1010111

Color Harmonies of #CCCCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCF1

Black with #CCCCF1

Text Example


Text Example

White with #CCCCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCF1; }

 p { color: rgb(204,204,241); }

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

background-color css

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

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

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

border-color css

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

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

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