Html Css Color HEX #CCB9FE Lavender Blue

📋 copy color: '#CCB9FE'

red 204 ◦ green 185 ◦ blue 254

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

Shades of Lavender Blue #CCB9FE

Tints of Lavender Blue #CCB9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.77%

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

R = 31.73%
G = 28.77%
B = 39.5%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCB9FE (or 0xCCB9FE) is known color: Lavender Blue. HEX triplet: CC, B9 and FE. RGB value is (204,185,254). Sum of RGB (Red+Green+Blue) = 204+185+254=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9FE is #334601. Grayscale: #C6C6C6. Windows color (decimal): -3360258 or 16693708. OLE color: 16693708.

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

Color convert

RGB 204 185 254 -
CMYK 0.20 0.27 0 0.00
HSL 256.52º 0.97% 0.86% -
HSV(B) 256.52º 0.27% 1% -
XYZ 60.14 54.69 101.15 -
YUV 198.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 204 185 254 0.20 0.27 0 0.00 256.52 0.97 0.86
Hex CC B9 FE 14 1B 0 0 101 61 56
Octal 314 271 376 24 33 0 0 401 141 126
Binary 11001100 10111001 11111110 10100 11011 0 0 100000001 1100001 1010110

Color Harmonies of #CCB9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9FE

Black with #CCB9FE

Text Example


Text Example

White with #CCB9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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