Html Css Color HEX #CCC6EF Lavender Blue

📋 copy color: '#CCC6EF'

red 204 ◦ green 198 ◦ blue 239

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

Shades of Lavender Blue #CCC6EF

Tints of Lavender Blue #CCC6EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.29%

R = 31.83%
G = 30.89%
B = 37.29%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCC6EF (or 0xCCC6EF) is known color: Lavender Blue. HEX triplet: CC, C6 and EF. RGB value is (204,198,239). Sum of RGB (Red+Green+Blue) = 204+198+239=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCC6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6EF is #333910. Grayscale: #CCCCCC. Windows color (decimal): -3356945 or 15713996. OLE color: 15713996.

HSL color Cylindrical-coordinate representation of color #CCC6EF: hue angle of 248.78º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC6EF is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 198 239 -
CMYK 0.15 0.17 0 0.06
HSL 248.78º 0.56% 0.86% -
HSV(B) 248.78º 0.17% 0.94% -
XYZ 60.68 59.46 89.94 -
YUV 204.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 204 198 239 0.15 0.17 0 0.06 248.78 0.56 0.86
Hex CC C6 EF F 11 0 6 F9 38 56
Octal 314 306 357 17 21 0 6 371 70 126
Binary 11001100 11000110 11101111 1111 10001 0 110 11111001 111000 1010110

Color Harmonies of #CCC6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6EF

Black with #CCC6EF

Text Example


Text Example

White with #CCC6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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