Html Css Color HEX #CCC6FF Lavender Blue

📋 copy color: '#CCC6FF'

red 204 ◦ green 198 ◦ blue 255

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

Shades of Lavender Blue #CCC6FF

Tints of Lavender Blue #CCC6FF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.14%

 BLUE value IS 255 (100% from 255) = 38.81%

R = 31.05%
G = 30.14%
B = 38.81%

CMYK

 C value IS 0.2

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCC6FF (or 0xCCC6FF) is known color: Lavender Blue. HEX triplet: CC, C6 and FF. RGB value is (204,198,255). Sum of RGB (Red+Green+Blue) = 204+198+255=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6FF is #333900. Grayscale: #CECECE. Windows color (decimal): -3356929 or 16762572. OLE color: 16762572.

HSL color Cylindrical-coordinate representation of color #CCC6FF: hue angle of 246.32º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC6FF is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 198 255 -
CMYK 0.2 0.22 0 0
HSL 246.32º 1% 0.89% -
HSV(B) 246.32º 0.22% 1% -
XYZ 63.15 60.45 102.95 -
YUV 206.29 155.49 126.37 -
System Red Green Blue C M Y K H S L
Decimal 204 198 255 0.2 0.22 0 0 246.32 1 0.89
Hex CC C6 FF 14 16 0 0 F6 64 59
Octal 314 306 377 24 26 0 0 366 144 131
Binary 11001100 11000110 11111111 10100 10110 0 0 11110110 1100100 1011001

Color Harmonies of #CCC6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6FF

Black with #CCC6FF

Text Example


Text Example

White with #CCC6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6FF; }

 p { color: rgb(204,198,255); }

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

background-color css

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

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

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

border-color css

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

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

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