Html Css Color HEX #CCC7FE Lavender Blue

📋 copy color: '#CCC7FE'

red 204 ◦ green 199 ◦ blue 254

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

Shades of Lavender Blue #CCC7FE

Tints of Lavender Blue #CCC7FE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.29%

 BLUE value IS 254 (99.61% from 255) = 38.66%

R = 31.05%
G = 30.29%
B = 38.66%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCC7FE (or 0xCCC7FE) is known color: Lavender Blue. HEX triplet: CC, C7 and FE. RGB value is (204,199,254). Sum of RGB (Red+Green+Blue) = 204+199+254=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCC7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC7FE is #333801. Grayscale: #CECECE. Windows color (decimal): -3356674 or 16697292. OLE color: 16697292.

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

Color convert

RGB 204 199 254 -
CMYK 0.20 0.22 0 0.00
HSL 245.45º 0.96% 0.89% -
HSV(B) 245.45º 0.22% 1% -
XYZ 63.21 60.84 102.18 -
YUV 206.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 204 199 254 0.20 0.22 0 0.00 245.45 0.96 0.89
Hex CC C7 FE 14 16 0 0 F5 60 59
Octal 314 307 376 24 26 0 0 365 140 131
Binary 11001100 11000111 11111110 10100 10110 0 0 11110101 1100000 1011001

Color Harmonies of #CCC7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC7FE

Black with #CCC7FE

Text Example


Text Example

White with #CCC7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC7FE; }

 p { color: rgb(204,199,254); }

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

background-color css

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

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

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

border-color css

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

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

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