Html Css Color HEX #CCC8FE Lavender Blue

📋 copy color: '#CCC8FE'

red 204 ◦ green 200 ◦ blue 254

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

Shades of Lavender Blue #CCC8FE

Tints of Lavender Blue #CCC8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.4%

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

R = 31%
G = 30.4%
B = 38.6%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCC8FE (or 0xCCC8FE) is known color: Lavender Blue. HEX triplet: CC, C8 and FE. RGB value is (204,200,254). Sum of RGB (Red+Green+Blue) = 204+200+254=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCC8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8FE is #333701. Grayscale: #CFCFCF. Windows color (decimal): -3356418 or 16697548. OLE color: 16697548.

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

Color convert

RGB 204 200 254 -
CMYK 0.20 0.21 0 0.00
HSL 244.44º 0.96% 0.89% -
HSV(B) 244.44º 0.21% 1% -
XYZ 63.45 61.3 102.25 -
YUV 207.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 204 200 254 0.20 0.21 0 0.00 244.44 0.96 0.89
Hex CC C8 FE 14 15 0 0 F4 60 59
Octal 314 310 376 24 25 0 0 364 140 131
Binary 11001100 11001000 11111110 10100 10101 0 0 11110100 1100000 1011001

Color Harmonies of #CCC8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8FE

Black with #CCC8FE

Text Example


Text Example

White with #CCC8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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