Html Css Color HEX #CCCCFE Lavender Blue

📋 copy color: '#CCCCFE'

red 204 ◦ green 204 ◦ blue 254

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

Shades of Lavender Blue #CCCCFE

Tints of Lavender Blue #CCCCFE

RGB

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

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

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

R = 30.82%
G = 30.82%
B = 38.37%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCCCFE (or 0xCCCCFE) is known color: Lavender Blue. HEX triplet: CC, CC and FE. RGB value is (204,204,254). Sum of RGB (Red+Green+Blue) = 204+204+254=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCFE is #333301. Grayscale: #D1D1D1. Windows color (decimal): -3355394 or 16698572. OLE color: 16698572.

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

Color convert

RGB 204 204 254 -
CMYK 0.20 0.20 0 0.00
HSL 240º 0.96% 0.9% -
HSV(B) 240º 0.2% 1% -
XYZ 64.38 63.18 102.57 -
YUV 209.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 204 204 254 0.20 0.20 0 0.00 240 0.96 0.9
Hex CC CC FE 14 14 0 0 F0 60 5A
Octal 314 314 376 24 24 0 0 360 140 132
Binary 11001100 11001100 11111110 10100 10100 0 0 11110000 1100000 1011010

Color Harmonies of #CCCCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCFE

Black with #CCCCFE

Text Example


Text Example

White with #CCCCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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