Html Css Color HEX #CCCBFF Lavender Blue

📋 copy color: '#CCCBFF'

red 204 ◦ green 203 ◦ blue 255

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

Shades of Lavender Blue #CCCBFF

Tints of Lavender Blue #CCCBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.66%

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

R = 30.82%
G = 30.66%
B = 38.52%

CMYK

 C value IS 0.2

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCCBFF (or 0xCCCBFF) is known color: Lavender Blue. HEX triplet: CC, CB and FF. RGB value is (204,203,255). Sum of RGB (Red+Green+Blue) = 204+203+255=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCCBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBFF is #333400. Grayscale: #D1D1D1. Windows color (decimal): -3355649 or 16763852. OLE color: 16763852.

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

Color convert

RGB 204 203 255 -
CMYK 0.2 0.20 0 0
HSL 241.15º 1% 0.9% -
HSV(B) 241.15º 0.2% 1% -
XYZ 64.31 62.77 103.33 -
YUV 209.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 204 203 255 0.2 0.20 0 0 241.15 1 0.9
Hex CC CB FF 14 14 0 0 F1 64 5A
Octal 314 313 377 24 24 0 0 361 144 132
Binary 11001100 11001011 11111111 10100 10100 0 0 11110001 1100100 1011010

Color Harmonies of #CCCBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBFF

Black with #CCCBFF

Text Example


Text Example

White with #CCCBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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