Html Css Color HEX #CCB8FF Lavender Blue

📋 copy color: '#CCB8FF'

red 204 ◦ green 184 ◦ blue 255

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

Shades of Lavender Blue #CCB8FF

Tints of Lavender Blue #CCB8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.62%

 BLUE value IS 255 (100% from 255) = 39.66%

R = 31.73%
G = 28.62%
B = 39.66%

CMYK

 C value IS 0.2

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCB8FF (or 0xCCB8FF) is known color: Lavender Blue. HEX triplet: CC, B8 and FF. RGB value is (204,184,255). Sum of RGB (Red+Green+Blue) = 204+184+255=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8FF is #334700. Grayscale: #C5C5C5. Windows color (decimal): -3360513 or 16758988. OLE color: 16758988.

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

Color convert

RGB 204 184 255 -
CMYK 0.2 0.28 0 0
HSL 256.9º 1% 0.86% -
HSV(B) 256.9º 0.28% 1% -
XYZ 60.09 54.34 101.93 -
YUV 198.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 204 184 255 0.2 0.28 0 0 256.9 1 0.86
Hex CC B8 FF 14 1C 0 0 101 64 56
Octal 314 270 377 24 34 0 0 401 144 126
Binary 11001100 10111000 11111111 10100 11100 0 0 100000001 1100100 1010110

Color Harmonies of #CCB8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB8FF

Black with #CCB8FF

Text Example


Text Example

White with #CCB8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB8FF; }

 p { color: rgb(204,184,255); }

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

background-color css

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

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

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

border-color css

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

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

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