Html Css Color HEX #CCCBF6 Lavender Blue

📋 copy color: '#CCCBF6'

red 204 ◦ green 203 ◦ blue 246

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

Shades of Lavender Blue #CCCBF6

Tints of Lavender Blue #CCCBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.67%

R = 31.24%
G = 31.09%
B = 37.67%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CCCBF6 (or 0xCCCBF6) is known color: Lavender Blue. HEX triplet: CC, CB and F6. RGB value is (204,203,246). Sum of RGB (Red+Green+Blue) = 204+203+246=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCCBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBF6 is #333409. Grayscale: #D0D0D0. Windows color (decimal): -3355658 or 16174028. OLE color: 16174028.

HSL color Cylindrical-coordinate representation of color #CCCBF6: hue angle of 241.4º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCBF6 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 203 246 -
CMYK 0.17 0.17 0 0.04
HSL 241.4º 0.7% 0.88% -
HSV(B) 241.4º 0.17% 0.96% -
XYZ 62.89 62.2 95.88 -
YUV 208.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 204 203 246 0.17 0.17 0 0.04 241.4 0.7 0.88
Hex CC CB F6 11 11 0 4 F1 46 58
Octal 314 313 366 21 21 0 4 361 106 130
Binary 11001100 11001011 11110110 10001 10001 0 100 11110001 1000110 1011000

Color Harmonies of #CCCBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBF6

Black with #CCCBF6

Text Example


Text Example

White with #CCCBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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