Html Css Color HEX #CCCBE3 Lavender Grey

📋 copy color: '#CCCBE3'

red 204 ◦ green 203 ◦ blue 227

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

Shades of Lavender Grey #CCCBE3

Tints of Lavender Grey #CCCBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.8%

R = 32.18%
G = 32.02%
B = 35.8%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CCCBE3 (or 0xCCCBE3) is known color: Lavender Grey. HEX triplet: CC, CB and E3. RGB value is (204,203,227). Sum of RGB (Red+Green+Blue) = 204+203+227=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCCBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBE3 is #33341C. Grayscale: #CDCDCD. Windows color (decimal): -3355677 or 14928844. OLE color: 14928844.

HSL color Cylindrical-coordinate representation of color #CCCBE3: hue angle of 242.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCBE3 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 203 227 -
CMYK 0.10 0.11 0 0.11
HSL 242.5º 0.3% 0.84% -
HSV(B) 242.5º 0.11% 0.89% -
XYZ 60.12 61.1 81.3 -
YUV 206.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 204 203 227 0.10 0.11 0 0.11 242.5 0.3 0.84
Hex CC CB E3 A B 0 B F2 1E 54
Octal 314 313 343 12 13 0 13 362 36 124
Binary 11001100 11001011 11100011 1010 1011 0 1011 11110010 11110 1010100

Color Harmonies of #CCCBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBE3

Black with #CCCBE3

Text Example


Text Example

White with #CCCBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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