Html Css Color HEX #CCCBE1 Lavender Grey

📋 copy color: '#CCCBE1'

red 204 ◦ green 203 ◦ blue 225

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

Shades of Lavender Grey #CCCBE1

Tints of Lavender Grey #CCCBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.6%

R = 32.28%
G = 32.12%
B = 35.6%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCCBE1 (or 0xCCCBE1) is known color: Lavender Grey. HEX triplet: CC, CB and E1. RGB value is (204,203,225). Sum of RGB (Red+Green+Blue) = 204+203+225=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCCBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBE1 is #33341E. Grayscale: #CDCDCD. Windows color (decimal): -3355679 or 14797772. OLE color: 14797772.

HSL color Cylindrical-coordinate representation of color #CCCBE1: hue angle of 242.73º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCCBE1 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 203 225 -
CMYK 0.09 0.10 0 0.12
HSL 242.73º 0.27% 0.84% -
HSV(B) 242.73º 0.1% 0.88% -
XYZ 59.85 60.99 79.85 -
YUV 205.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 204 203 225 0.09 0.10 0 0.12 242.73 0.27 0.84
Hex CC CB E1 9 A 0 C F3 1B 54
Octal 314 313 341 11 12 0 14 363 33 124
Binary 11001100 11001011 11100001 1001 1010 0 1100 11110011 11011 1010100

Color Harmonies of #CCCBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBE1

Black with #CCCBE1

Text Example


Text Example

White with #CCCBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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